[issue45494] [fuzzer] Parser null deref with continuation characters and generator parenthesis error

Łukasz Langa report at bugs.python.org
Tue Oct 19 17:39:29 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45494>
_______________________________________


More information about the Python-bugs-list mailing list