]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Nov 2022 06:37:08 +0000 (22:37 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2022 06:37:08 +0000 (22:37 -0800)
commit4ce1a827dbc43d3ef6638dca0746f16062ca00b7
tree121246c45d09393a732211889644684dba558f4f
parent193a25e89c7f44a0fed0a0534046e6f89769ab36
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)

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

(cherry picked from commit 62a5dc13e941d01beb215db4218a10977914ab55)

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