mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
62a5dc13e9
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>