[issue28835] Change in behavior when overriding warnings.showwarning and with catch_warnings(record=True)

Nick Coghlan report at bugs.python.org
Thu Dec 8 22:20:11 EST 2016


Nick Coghlan added the comment:

If the intended reference was to #28897, then yes, it was related: NumPy had introduced a workaround for the regression that existed in the beta releases (presumably thinking it was an intentional change that just hadn't been added to the porting guide yet), and this fix for the regression broke their workaround.

Reverting the workaround on the NumPy side restored compatibility :)

----------

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


More information about the Python-bugs-list mailing list