mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
This commit is contained in:
parent
680a5d070f
commit
dcf3cc5796
22 changed files with 2091 additions and 1748 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue