Message155785
| Author |
gregory.p.smith |
| Recipients |
Arfrever, amaury.forgeotdarc, barry, benjamin.peterson, dmalcolm, georg.brandl, gregory.p.smith, pitrou |
| Date |
2012年03月14日.20:13:13 |
| SpamBayes Score |
0.0023084818 |
| Marked as misclassified |
No |
| Message-id |
<1331755994.33.0.116880719407.issue14234@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Replacing the generate_hash_secret_salt function with one containing assert(0) shows that it still gets called so there are apparently still ways that initialize parsers that do not call XML_SetHashSalt using the Python hash prefix.
./python Lib/test/test_xml_etree_c.pypython: /XXX/cpython/3.1/Modules/expat/xmlparse.c:687: generate_hash_secret_salt: Assertion `0' failed. |
|