mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
83d52044ae
* 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.
Miscellaneous source files for the main Python shared library