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 223b21b commit f9088c4Copy full SHA for f9088c4
Include/internal/pycore_atexit.h
@@ -44,6 +44,7 @@ typedef struct {
44
45
struct atexit_state {
46
atexit_callback *ll_callbacks;
47
+ // Kept for ABI compatibility--do not use! (See GH-127791.)
48
atexit_callback *last_ll_callback;
49
50
// XXX The rest of the state could be moved to the atexit module state
0 commit comments