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 d545695 commit 615037fCopy full SHA for 615037f
1 file changed
Python/crossinterp.c
@@ -60,7 +60,7 @@ _PyXIData_CleanupRegistry(PyInterpreterState *interp)
60
void *data = curr->data;
61
xid_freefunc free_func = curr->free;
62
PyObject *obj = curr->obj;
63
-
+
64
int expected = _PyXIData_STATUS_ACTIVE;
65
if (_Py_atomic_compare_exchange_int(&curr->status, &expected, _PyXIData_STATUS_CLAIMED_BY_SENDER_TEARDOWN)) {
66
if (free_func != NULL) {
0 commit comments