We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080fd51 commit 1b2e511Copy full SHA for 1b2e511
Lib/test/test_capi/test_misc.py
@@ -306,7 +306,7 @@ def test_getitem_with_error(self):
306
CURRENT_THREAD_REGEX +
307
r' File .*, line 6 in <module>\n'
308
r'\n'
309
- r'Extension modules: _testcapi, _testinternalcapi \(total: 2\)\n')
+ r'Extension modules: _testcapi \(total: 1\)\n')
310
else:
311
# Python built with NDEBUG macro defined:
312
# test _Py_CheckFunctionResult() instead.
0 commit comments