]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove PyInit__imp() function (#129125)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2025 10:58:43 +0000 (11:58 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 10:58:43 +0000 (11:58 +0100)
commit80189ff6475d8ab667de1199e659d5070f457ab9
tree3ad556aa43276ac54056fa1a1223c716652c0b7f
parentfafc618e2f535dc972f9502d8547e089d4c7908d
Remove PyInit__imp() function (#129125)

This function was exposed by mistake to the public C API. It's the
only "PyInit" function which is exposed.
Include/cpython/import.h