[issue1692335] Fix exception pickling: Move initial args assignment to BaseException.__new__

Antoine Pitrou report at bugs.python.org
Fri Jul 27 19:47:46 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Or you could simply Py_INCREF(args) before the Py_XDECREF...

----------

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


More information about the Python-bugs-list mailing list