mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
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>