Armin Rigo <ar...@users.sourceforge.net> added the comment:

Unlike other crashers I'm a bit concerned about this one.  It can occur on any 
code that stores custom instances as keys in the __dict__ of an old-style 
instance.  Such code might be unusual-looking, but certainly not unheard-of.  
And the segfault that we get then is very rare and impossible to reproduce in 
practice because it depends on when exactly the GC is running and on the low 
bits of hashes colliding.

----------

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

Reply via email to