[issue32310] Remove _Py_PyAtExit from Python.h

2018-09-06 Thread STINNER Victor
STINNER Victor added the comment: It's unclear if this change is going to break anything. In case of doubt, I chose to reject the change. Note: I'm working on a project to rework and cleanup the C API, see: https://pythoncapi.readthedocs.io/

[issue32310] Remove _Py_PyAtExit from Python.h

2017-12-13 Thread Neil Schemenauer
Change by Neil Schemenauer : -- keywords: +patch pull_requests: +4738 ___ Python tracker ___

[issue32310] Remove _Py_PyAtExit from Python.h

2017-12-13 Thread Neil Schemenauer
New submission from Neil Schemenauer : _Py_PyAtExit only supports on callback function. Its sole use it to be used by atexit. IMHO, it should be removed from Python.h to prevent misuse. -- components: Interpreter Core messages: 308242 nosy: nascheme priority: