Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Does it happen when compiled in debug mode? There may be asserts that will give 
a better (or earlier) error message.

Some thoughts: the '_PyTrash_delete_later' chain can only contain a limited set 
of objects: lists, frames... (which code contain the Py_TRASHCAN_SAFE_BEGIN 
macro)... and the stack dumps suggests (subtype_dealloc) that it is also an 
instance of a user-defined class.  The only candidate I see is the class 
'multiprocessing.managers.ProcessLocalSet', which inherits from 'set'.

----------
nosy: +amaury.forgeotdarc

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

Reply via email to