]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify random_seed to use _PyLong_AsByteArray. Closes issue #16496.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 21 Dec 2012 21:52:49 +0000 (21:52 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 21 Dec 2012 21:52:49 +0000 (21:52 +0000)
commit4cd60175f11e46cb969d822d7e076b0072a9ff0f
tree5178b0c6c41e5cf8dc647055fcfec3bcb216730d
parent1724bb196a097b5de4a4b8d55e9a2072d6886ebb
Simplify random_seed to use _PyLong_AsByteArray.  Closes issue #16496.
Modules/_randommodule.c