]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ensure no one tries to hash things before the random seed is found
authorBenjamin Peterson <benjamin@python.org>
Tue, 21 Feb 2012 16:08:50 +0000 (11:08 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 21 Feb 2012 16:08:50 +0000 (11:08 -0500)
commit69e9727657dad167215b656de910d95cefe1ee45
treee90351e4f45e2f07dbd3bb4c877da686075fec1e
parent9571155ae4ff86b4275950fcdfadcc76475943e3
ensure no one tries to hash things before the random seed is found
Include/object.h
Modules/datetimemodule.c
Objects/bytesobject.c
Objects/unicodeobject.c
Python/random.c