-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Objects/call.c:342: PyObject *_PyObject_Call(PyThreadState *, PyObject *, PyObject *, PyObject *): Assertion `!_PyErr_Occurred(tstate)' failed. #113602
New issue
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
type-crash
A hard crash of the interpreter, possibly with a core dump
Comments
Basic reproducer with a
|
CC @pablogsal |
We need to apply the same fix as in #112388 to _PyPegen_raise_error_known_location |
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Dec 31, 2023
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jan 1, 2024
…errors Signed-off-by: Pablo Galindo <[email protected]>
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jan 1, 2024
…errors Signed-off-by: Pablo Galindo <[email protected]>
pablogsal
added a commit
that referenced
this issue
Jan 2, 2024
…#113607) Signed-off-by: Pablo Galindo <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 2, 2024
…errors (pythonGH-113607) (cherry picked from commit 9ed36d5) Co-authored-by: Pablo Galindo Salgado <[email protected]> Signed-off-by: Pablo Galindo <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 2, 2024
…errors (pythonGH-113607) (cherry picked from commit 9ed36d5) Co-authored-by: Pablo Galindo Salgado <[email protected]> Signed-off-by: Pablo Galindo <[email protected]>
pablogsal
added a commit
that referenced
this issue
Jan 2, 2024
… errors (GH-113607) (#113653) gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (cherry picked from commit 9ed36d5) Signed-off-by: Pablo Galindo <[email protected]> Co-authored-by: Pablo Galindo Salgado <[email protected]>
pablogsal
added a commit
that referenced
this issue
Jan 2, 2024
… errors (GH-113607) (#113652) gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (cherry picked from commit 9ed36d5) Signed-off-by: Pablo Galindo <[email protected]> Co-authored-by: Pablo Galindo Salgado <[email protected]>
kulikjak
pushed a commit
to kulikjak/cpython
that referenced
this issue
Jan 22, 2024
…errors (python#113607) Signed-off-by: Pablo Galindo <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…errors (python#113607) Signed-off-by: Pablo Galindo <[email protected]>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…errors (python#113607) Signed-off-by: Pablo Galindo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
type-crash
A hard crash of the interpreter, possibly with a core dump
Bug report
Bug description:
The
fuzz_pycompile
fuzzer identified an assertion failure:(https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65451 - which should unembargo itself "soon" now that this is fixed)
Reproducer (note that the first two bytes are metadata for the fuzzer):
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: