[issue4322] function with modified __name__ uses original name when there's an arg error

R. David Murray report at bugs.python.org
Tue Mar 11 23:56:25 CET 2014


R. David Murray added the comment:

The 'Ex' generally means "this is a public API but we needed to change it, so we made a new function with an extended API".  Which means yours would be PyEval_EvalCodeExEx, I suppose :)

Seriously, though, I don't know what we actually do in a case like this.  I don't touch the C code very often myself.  Hopefully Benjamin will find time to take a look.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4322>
_______________________________________


More information about the Python-bugs-list mailing list