We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274f53e commit 223b21bCopy full SHA for 223b21b
Include/internal/pycore_atexit.h
@@ -44,6 +44,7 @@ typedef struct {
44
45
struct atexit_state {
46
atexit_callback *ll_callbacks;
47
+ atexit_callback *last_ll_callback;
48
49
// XXX The rest of the state could be moved to the atexit module state
50
// and a low-level callback added for it during module exec.
0 commit comments