]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
authorZackery Spytz <zspytz@gmail.com>
Sun, 27 Nov 2022 06:27:41 +0000 (22:27 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2022 06:27:41 +0000 (11:57 +0530)
commit62a5dc13e941d01beb215db4218a10977914ab55
tree5a752de5d70fa86d772f4c6cf13c445b97fd7777
parent191708c56cf45e0e1c98a0e7292ffa67b7e3b09c
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)

The docs stated that PyImport_ImportFrozenModuleObject() returns a
new reference, but it actually returns an int.

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/data/refcounts.dat