Victor Stinner
83d52044ae
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.
2020-12-14 22:40:40 +01:00
..
2020-06-01 20:35:56 +02:00
2020-02-12 23:54:31 +01:00
2020-12-03 12:46:16 +02:00
2020-06-01 20:35:56 +02:00
2020-11-12 09:43:29 +00:00
2020-10-26 08:43:39 +02:00
2020-10-10 17:09:45 +03:00
2020-12-09 20:54:31 +01:00
2020-07-17 11:44:23 +01:00
2020-06-01 20:35:56 +02:00
2020-11-04 16:15:54 +01:00
2020-06-01 20:35:56 +02:00
2020-12-05 11:34:51 +01:00
2020-05-12 07:12:41 -07:00
2020-11-24 23:03:31 +01:00
2020-10-30 17:00:00 +01:00
2020-08-07 16:31:53 +09:00
2020-12-14 22:40:40 +01:00
2020-06-01 20:35:56 +02:00
2020-12-02 13:30:55 +00:00
2020-12-09 22:37:27 +01:00
2020-06-01 20:35:56 +02:00
2020-06-01 20:35:56 +02:00
2020-12-05 11:34:51 +01:00
2020-10-19 23:17:50 +01:00