diff options
Diffstat (limited to 'Lib/test/output/test_atexit')
-rw-r--r-- | Lib/test/output/test_atexit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_atexit b/Lib/test/output/test_atexit new file mode 100644 index 0000000..1cc01de --- /dev/null +++ b/Lib/test/output/test_atexit @@ -0,0 +1,4 @@ +test_atexit +handler2 (7,) {'kw': 'abc'} +handler2 () {} +handler1 |