bpo-42639: Cleanup atexitmodule.c (GH-23770)
* Rename "atexitmodule_state" to "struct atexit_state". * Rename "modstate" to "state". * Rename "self" parameter to "module". * test_atexit uses textwrap.dedent(). * Remove _Py_PyAtExit() function: inline it into atexit_exec(). * PyInterpreterState: rename pyexitfunc to atexit_func, rename pyexitmodule to atexit_module.
V
Victor Stinner committed
83d52044ae4def1e8611a4b1b9263b850ca5c458
Parent: fdb9efc
Committed by GitHub <noreply@github.com>
on 12/14/2020, 9:40:40 PM