Serhiy Storchaka added the comment:

Thanks Raymond.

I tried to write an implementation with locking, but it would be too 
complicated (much more complex than all proposed before patches), because 
recursive locks are needed. In any case I think that GIL is enough here. 
Locking in Python implementation is needed for atomic modifying linked list.

----------

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

Reply via email to