]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 5 May 2023 20:04:55 +0000 (14:04 -0600)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 20:04:55 +0000 (14:04 -0600)
commit1c420e138fd828895b6bd3c44ef99156e8796095
treefa6b714a49de1ee679c2de50eeb13735a8c69b1a
parent55671fe04700ccb4e73c8db3dd1e9c031dafe700
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)

I'll be adding a value to indicate support for per-interpreter GIL in gh-99114.
Include/moduleobject.h
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core and Builtins/2023-05-03-17-46-47.gh-issue-104108.GOxAYt.rst [new file with mode: 0644]
Modules/_testmultiphase.c
Objects/moduleobject.c