Kristján Valur Jónsson added the comment:

Looks good, I'll give it a spin.  This is probably smarter then trying to do 
tricks with lists.

One question:  I saw you clearing exceptions in the tp_clear() function, isn't 
it better to use PyErr_PrintUnraisable()?  Is there a guideline to when to use 
that one in internal code?  When is it safe to just shrug and ignore?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17936>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to