[Python-Dev] [Python-checkins] cpython (2.6): ensure no one tries to hash things before the random seed is found (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Tue Feb 21 23:49:02 CET 2012


On Wed, Feb 22, 2012 at 2:24 AM, benjamin.peterson <python-checkins at python.org> wrote:

http://hg.python.org/cpython/rev/357e268e7c5f changeset:   75133:357e268e7c5f branch:      2.6 parent:      75124:04738f35e0ec user:        Benjamin Peterson <benjamin at python.org> date:        Tue Feb 21 11:08:50 2012 -0500 summary:  ensure no one tries to hash things before the random seed is found

Won't this trigger in the -Wd case that led to the PyStr_Fini workaround?

Cheers, Nick.

-- Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-Dev mailing list