Skip to content

Commit 223b21b

Browse files
Fix ABI size
1 parent 274f53e commit 223b21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_atexit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ typedef struct {
4444

4545
struct atexit_state {
4646
atexit_callback *ll_callbacks;
47+
atexit_callback *last_ll_callback;
4748

4849
// XXX The rest of the state could be moved to the atexit module state
4950
// and a low-level callback added for it during module exec.

0 commit comments

Comments
 (0)