mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
efde146b0c
which returned an invalid result (result+error or no result without error) in the exception message. Add also unit test to check that the exception contains the name of the function. Special case: the final _PyEval_EvalFrameEx() check doesn't mention the function since it didn't execute a single function but a whole frame.
Miscellaneous source files for the main Python shared library