Skip to content

Commit f9088c4

Browse files
Add comment
1 parent 223b21b commit f9088c4

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+
// Kept for ABI compatibility--do not use! (See GH-127791.)
4748
atexit_callback *last_ll_callback;
4849

4950
// XXX The rest of the state could be moved to the atexit module state

0 commit comments

Comments
 (0)