Skip to content

Commit 7ec0097

Browse files
Fix use-after-free issue in atexit.unregister
1 parent 99e35c9 commit 7ec0097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix possible use-after-free in :func:`atexit.unregister()` when the callback
1+
Fix possible use-after-free in :func:`atexit.unregister` when the callback
22
is unregistered during comparison.

0 commit comments

Comments
 (0)