mirror of
https://github.com/python/cpython.git
synced 2026-05-20 03:14:26 -04:00
b4a0cf17c4
of the Python part of a callback function to C. If it cannot be converted, call PyErr_WriteUnraisable with the exception we got. Before, arbitrary data has been passed to the calling C code in this case. (I'm not really sure the NEWS entry is understandable, but I cannot find better words)