This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, ned.deily, pitrou, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-05-21.13:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432216050.86.0.0767927761375.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for looking into this, Ned.  I've changed that size_t to ssize_t which I expect will quiet that clang warning you saw.  I'm glad you pointed it out because it means that that branch was never executing!  Unfortunately fixing that does not solve all my problems. <wink>

I'll look into the hash randomization connection.  Thanks for pointing that out.  Hopefully it doesn't complicate matters.  My guess is that the segfaults only happen for certain seeds, so I'll check that first.
History
Date User Action Args
2015-05-21 13:47:30eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, pitrou, scoder, eric.smith, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81, introom
2015-05-21 13:47:30eric.snowsetmessageid: <1432216050.86.0.0767927761375.issue16991@psf.upfronthosting.co.za>
2015-05-21 13:47:30eric.snowlinkissue16991 messages
2015-05-21 13:47:30eric.snowcreate