Re: [Python-Dev] [Python-checkins] cpython (2.6): ensure no one tries to hash things before the random seed is found
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
On Wed, Feb 22, 2012 at 8:49 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
Won't this trigger in the -Wd case that led to the PyStr_Fini workaround?
Never mind, just saw the later series of checkins that fixed it. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (1)
-
Nick Coghlan