]> 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:35:36 +0000 (22:35 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2022 06:35:36 +0000 (22:35 -0800)
commit43234396ee905b18fbe1b87a64df64aff9924b40
tree166dc2afb323ee596bdb6790bf7fff21acb739b6
parent3d82b7ed8daa9c30c54257042bbef30f9b195d52
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