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 amaury.forgeotdarc, exarkun
Date 2008-09-22.13:48:07
SpamBayes Score 0.0004920153
Marked as misclassified No
Message-id <1222091300.83.0.000318654872777.issue3933@psf.upfronthosting.co.za>
In-reply-to
Content
I was not there, but the usual rules state that a backport is not
allowed to break working code, even if it relies on undocumented
features or side-effects.

Here, PyRun_SimpleFileExFlags changed its behaviour: it now deletes
__main__.__file__ and some applications may have used this attribute in
some way.
History
Date User Action Args
2008-09-22 13:48:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, exarkun
2008-09-22 13:48:20amaury.forgeotdarcsetmessageid: <1222091300.83.0.000318654872777.issue3933@psf.upfronthosting.co.za>
2008-09-22 13:48:08amaury.forgeotdarclinkissue3933 messages
2008-09-22 13:48:07amaury.forgeotdarccreate