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 gregory.p.smith
Recipients Arfrever, amaury.forgeotdarc, barry, benjamin.peterson, dmalcolm, georg.brandl, gregory.p.smith, pitrou
Date 2012-03-14.00:27:03
SpamBayes Score 2.8771819e-08
Marked as misclassified No
Message-id <1331684826.24.0.610349081103.issue14234@psf.upfronthosting.co.za>
In-reply-to
Content
uploaded an updated patch (against 3.1) with the changes from r1.168 to r1.170 xmlparse.c from the expat project.  it fixes the test_sax issue.

there is one other thing that needs fixing (next patch update).

The test for the hash seed being == 0 that falls back to using the expat provided trivial time() based seed undesirable.  We want a hash seed of 0 to be "disabled" matching the old behavior.  this might require adding a flag indicating if the hash seed has been initialized or not.

I'm also going to look at the possibility of using the Python interpreter's prefix and suffix values in some way rather than just prefix to avoid a potential of exposing the seed.
History
Date User Action Args
2012-03-14 00:27:06gregory.p.smithsetrecipients: + gregory.p.smith, barry, georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, Arfrever, dmalcolm
2012-03-14 00:27:06gregory.p.smithsetmessageid: <1331684826.24.0.610349081103.issue14234@psf.upfronthosting.co.za>
2012-03-14 00:27:05gregory.p.smithlinkissue14234 messages
2012-03-14 00:27:05gregory.p.smithcreate