commit | 3f7e93be51699fca6ee72c656278732b47cca833 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Aug 24 17:17:40 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 24 17:17:40 2023 +0200 |
tree | abf55a5d0e359556c1473ff1b205fab4145c7c77 | |
parent | a35d48d4bd24c11760661a74962ca1f134094f41 [diff] |
gh-107211: No longer export PyTime internal functions (#108422) No longer export these 2 internal C API functions: * _PyTime_AsNanoseconds() * _PyTime_GetSystemClockWithInfo() Change comment style to "// comment" and add comment explaining why other functions have to be exported.