This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients ammar2, gregory.p.smith, lukasz.langa, lys.nikolaou, pablogsal
Date 2021-10-19.21:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634679569.14.0.421330947175.issue45494@roundup.psfhosted.org>
In-reply-to
Content
Note: this *does* fail on 3.9, too. Even if it doesn't crash the production build, it does fail an assertion in a pydebug build:


test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests) ... Assertion failed: (!_PyErr_Occurred(tstate)), function _PyObject_Call, file Objects/call.c, line 261.
Fatal Python error: Aborted

Current thread 0x00000001184d1dc0 (most recent call first):
  File "/private/tmp/cpy/Lib/test/test_exceptions.py", line 187 in check
  File "/private/tmp/cpy/Lib/test/test_exceptions.py", line 198 in test_error_offset_continuation_characters
History
Date User Action Args
2021-10-19 21:39:30lukasz.langasetrecipients: + lukasz.langa, gregory.p.smith, ammar2, lys.nikolaou, pablogsal
2021-10-19 21:39:29lukasz.langasetmessageid: <1634679569.14.0.421330947175.issue45494@roundup.psfhosted.org>
2021-10-19 21:39:29lukasz.langalinkissue45494 messages
2021-10-19 21:39:29lukasz.langacreate