mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Py_MOD_PER_INTERPRETER_GIL_SUPPORTED is a new supported value for Py_mod_multiple_interpreters, added in gh-104205.
This commit is contained in:
parent
3b14b51d11
commit
fff193bbfe
5 changed files with 99 additions and 2 deletions
|
@ -348,6 +348,8 @@ class MultiPhaseExtensionModuleTests(abc.LoaderTests):
|
|||
'exec_err',
|
||||
'exec_raise',
|
||||
'exec_unreported_exception',
|
||||
'multiple_create_slots',
|
||||
'multiple_multiple_interpreters_slots',
|
||||
]:
|
||||
with self.subTest(name_base):
|
||||
name = self.name + '_' + name_base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue