mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -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.