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 1664301 commit 8fa4274Copy full SHA for 8fa4274
1 file changed
Include/internal/pycore_crossinterp.h
@@ -88,7 +88,7 @@ struct _xidata {
88
// to PyMem_RawFree (the default if not explicitly set to NULL).
89
// The call will happen with the original interpreter activated.
90
xid_freefunc free;
91
- _Py_atomic_int status; /* one of _PyXIData_status_t */
+ int status; /* one of _PyXIData_status_t */
92
struct _xidata *xid_next;
93
struct _xidata *xid_prev;
94
};
0 commit comments