Feb. 21, 2012
10:49 p.m.
On Wed, Feb 22, 2012 at 2:24 AM, benjamin.peterson <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/357e268e7c5f changeset: 75133:357e268e7c5f branch: 2.6 parent: 75124:04738f35e0ec user: Benjamin Peterson <benjamin@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@gmail.com | Brisbane, Australia