Files
cpython/Python
Victor Stinner 71c52e3048 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
* sys.unraisablehook: add 'err_msg' field to UnraisableHookArgs.
* Use _PyErr_WriteUnraisableMsg() in _ctypes _DictRemover_call()
  and gc delete_garbage().
2019-05-27 08:57:14 +02:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library