mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.
This commit is contained in:
parent
3dc5129d4f
commit
13e602ea0f
4 changed files with 173 additions and 55 deletions
|
|
@ -236,6 +236,9 @@ class CAPITest(unittest.TestCase):
|
|||
'return_result_with_error.* '
|
||||
'returned a result with an error set')
|
||||
|
||||
def test_buildvalue_N(self):
|
||||
_testcapi.test_buildvalue_N()
|
||||
|
||||
|
||||
@unittest.skipUnless(threading, 'Threading required for this test.')
|
||||
class TestPendingCalls(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue