Skip to content

Commit a2d4afa

Browse files
Update atexitmodule.c
Co-authored-by: Victor Stinner <[email protected]>
1 parent 48c1b11 commit a2d4afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/atexitmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#else
2121
# define _PyAtExit_LOCK(state)
2222
# define _PyAtExit_UNLOCK(state)
23-
# define _PyAtExit_ASSERT_LOCKED()
24-
# define _PyAtExit_ASSERT_UNLOCKED()
23+
# define _PyAtExit_ASSERT_LOCKED(state)
24+
# define _PyAtExit_ASSERT_UNLOCKED(state)
2525
#endif
2626

2727
/* ===================================================================== */

0 commit comments

Comments
 (0)