mirror of
https://github.com/python/cpython.git
synced 2026-07-31 22:25:29 -04:00
The docs stated that PyImport_ImportFrozenModuleObject() returns a new reference, but it actually returns an int. Co-authored-by: Kumar Aditya <[email protected]>