Possible NULL pointer dereference in _PyThread_CurrentFrames #96582
Labels
3.11
3.12
interpreter-core
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
kumaraditya303 commentedSep 5, 2022
_PyThread_CurrentFrames
does not properly handlesmalloc
failure in_PyFrame_GetFrameObject
as it is lazily allocated when requested.The text was updated successfully, but these errors were encountered: