mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
I missed the extra `PyModule_Check` in #127660 because I was looking at 3.12 as the base implementation for import from. This meant that I missed the `PyModuleCheck` introduced in #112661.
Miscellaneous source files for the main Python shared library