Mark Dickinson added the comment:

I'm still uncomfortable with the init_by_array signature changes and the use of 
PY_UINT32_T.  How about something like the attached instead?  It keeps the 
central idea (use _PyLong_NumBits and _PyLong_AsByteArray) but doesn't require 
any signature changes or special casing for bigendian machines.

----------
Added file: http://bugs.python.org/file28027/random_seed_metd.patch

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

Reply via email to