Serhiy Storchaka added the comment:

Patch updated. Comments and docstrings a little enhanced. Thanks Brett for 
review.

Also Python implementation of core generator now is threadsafe (in particular 
random() and getrandbits() methods) as its C implementation and its private 
members now are more hidden (to prevent unintentional conflicts). See 
differences between patches for details.

----------
Added file: http://bugs.python.org/file28296/random_pure_python_4.patch

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

Reply via email to