[issue17936] O(n**2) behaviour when adding/removing classes

Antoine Pitrou report at bugs.python.org
Sat May 25 12:58:04 CEST 2013


Antoine Pitrou added the comment:

> One question:  I saw you clearing exceptions in the tp_clear()
> function, isn't it better to use PyErr_PrintUnraisable()?

You're right, that would be better. I was just being lazy.

----------

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


More information about the Python-bugs-list mailing list