[issue2772] Add PendingDeprecationWarning for % formatting

Eric Smith report at bugs.python.org
Tue May 6 23:50:11 CEST 2008


Eric Smith <eric at trueblade.com> added the comment:

Since we're just trying to prevent this function from recursing
(indirectly) into itself, I think all of the logic can go here.

What would you suggest the function _PyErr_InErrorProcessing do differently?

I think the real issue is:  Does the additional logic and execution time
involved in adding per-thread state justify being "more correct", or can
we occasionally lose a warning message?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2772>
__________________________________


More information about the Python-bugs-list mailing list