mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
45e6dd63b8
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