Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

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.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3933>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to