> Is it thread / interpreter safe or something dirty can happen?

It is safe, thanks to the global interpreter lock (a.k.a. GIL).

Regards,
Martin
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to