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 sbt
Recipients sbt
Date 2011-12-29.18:19:37
SpamBayes Score 1.2091992e-05
Marked as misclassified No
Message-id <1325182778.7.0.783582342703.issue13673@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch for the default branch.

Before calling PyFile_WriteString() the patch saves the current exception.  Then it calls PyErr_CheckSignals() and clears the current exception if any.  After calling PyFile_WriteString() the exception is restored.

I am not sure this is an appropriate fix.
History
Date User Action Args
2011-12-29 18:19:38sbtsetrecipients: + sbt
2011-12-29 18:19:38sbtsetmessageid: <1325182778.7.0.783582342703.issue13673@psf.upfronthosting.co.za>
2011-12-29 18:19:38sbtlinkissue13673 messages
2011-12-29 18:19:37sbtcreate