We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_list.ListTest.test_no_memory
_Py_Dealloc
Seen in https://github.com/python/cpython/actions/runs/13641172744/job/38131193209
====================================================================== FAIL: test_no_memory (test.test_list.ListTest.test_no_memory) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_list.py", line 328, in test_no_memory self.assertIn("MemoryError", err.decode("utf-8")) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'MemoryError' not found in 'python: ../cpython-ro-srcdir/Objects/object.c:2990: _Py_Dealloc: Assertion `tstate->current_frame == NULL || tstate->current_frame->stackpointer != NULL\' failed.\nFatal Python error: Aborted\n\nCurrent thread 0x00007faf0c6f3740 (most recent call first):\n File "<string>", line 7 in <module>\n\nExtension modules: _testcapi (total: 1)\n' ----------------------------------------------------------------------
cpython/Objects/object.c
Lines 2980 to 2991 in 3a7f17c
cc @markshannon
The text was updated successfully, but these errors were encountered:
Ugh, sorry, looked at the wrong job while trying to track down flaky tests.
Sorry, something went wrong.
No branches or pull requests
Seen in https://github.com/python/cpython/actions/runs/13641172744/job/38131193209
cpython/Objects/object.c
Lines 2980 to 2991 in 3a7f17c
cc @markshannon
The text was updated successfully, but these errors were encountered: