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 48c1b11 commit a2d4afaCopy full SHA for a2d4afa
Modules/atexitmodule.c
@@ -20,8 +20,8 @@
20
#else
21
# define _PyAtExit_LOCK(state)
22
# define _PyAtExit_UNLOCK(state)
23
-# define _PyAtExit_ASSERT_LOCKED()
24
-# define _PyAtExit_ASSERT_UNLOCKED()
+# define _PyAtExit_ASSERT_LOCKED(state)
+# define _PyAtExit_ASSERT_UNLOCKED(state)
25
#endif
26
27
/* ===================================================================== */
0 commit comments