gh-81313: Add the math.integer module (PEP-791) (GH-133909)

This commit is contained in:
Serhiy Storchaka 2025-10-31 16:13:43 +02:00 committed by GitHub
parent 680a5d070f
commit dcf3cc5796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 2091 additions and 1748 deletions

View file

@ -307,7 +307,7 @@ def test_getitem_with_error(self):
CURRENT_THREAD_REGEX +
r' File .*, line 6 in <module>\n'
r'\n'
r'Extension modules: _testcapi \(total: 1\)\n')
r'Extension modules: ')
else:
# Python built with NDEBUG macro defined:
# test _Py_CheckFunctionResult() instead.