Files
cpython/Python
Shantanu 45e6dd63b8 gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)
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.
2024-12-20 00:22:26 -08:00
..
2024-06-19 23:16:14 -04:00

Miscellaneous source files for the main Python shared library