]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: No longer export PyTime internal functions (#108422)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 15:17:40 +0000 (17:17 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 15:17:40 +0000 (17:17 +0200)
commit3f7e93be51699fca6ee72c656278732b47cca833
treeabf55a5d0e359556c1473ff1b205fab4145c7c77
parenta35d48d4bd24c11760661a74962ca1f134094f41
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.
Include/internal/pycore_time.h