]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
authorPetr Viktorin <encukou@gmail.com>
Mon, 24 Nov 2025 12:26:35 +0000 (13:26 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Nov 2025 12:26:35 +0000 (13:26 +0100)
commitbf66bce4ee642e0d14d2e289490360e60980b14e
tree6b6fea2c012403a91f596c4a16d5d921d4da295b
parent6462322840ad42f841e382d0a238ac026e6f711b
 gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed  (GH-141785)
Include/internal/pycore_import.h
Lib/test/test_capi/test_module.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/util.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-20-13-18-57.gh-issue-141780.xDrVNr.rst [new file with mode: 0644]
Modules/_testcapi/module.c
Modules/_testmultiphase.c
Objects/moduleobject.c
Python/import.c