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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou
Date 2008-07-11.22:18:21
SpamBayes Score 3.7269396e-07
Marked as misclassified No
Message-id <1215814702.83.0.234285985293.issue3112@psf.upfronthosting.co.za>
In-reply-to
Content
I committed r64881, which invalidates your patch a bit :-|

BTW, I don't like your comment "Can't be bothered to check all those
PyFile_WriteString() calls". 
In general, it is not a good idea to execute python code with an
exception set, this leads to subtle problems, and some "XXX undetected
error" prints in debug mode. Chaining several calls to PyDict_SetItem
for example is usually not a problem, but PyFile_WriteString does
execute python code in python3.0.
History
Date User Action Args
2008-07-11 22:18:23amaury.forgeotdarcsetspambayes_score: 3.72694e-07 -> 3.7269396e-07
recipients: + amaury.forgeotdarc, gvanrossum, Rhamphoryncus, pitrou, benjamin.peterson
2008-07-11 22:18:22amaury.forgeotdarcsetspambayes_score: 3.72694e-07 -> 3.72694e-07
messageid: <1215814702.83.0.234285985293.issue3112@psf.upfronthosting.co.za>
2008-07-11 22:18:22amaury.forgeotdarclinkissue3112 messages
2008-07-11 22:18:21amaury.forgeotdarccreate