[issue19152] ExtensionFileLoader missing get_filename()

2013-10-04 Thread Eric Snow
Changes by Eric Snow : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 62d045a873bb by Eric Snow in branch 'default': [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader. http://hg.python.org/cpython/rev/62d045a873bb New changeset e9554199620f by Eric Snow in branch 'default': [i

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Eric Snow
Eric Snow added the comment: Good point. -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Berker Peksag
Berker Peksag added the comment: It would be good to add a versionadded(or versionchanged) tag. -- nosy: +berker.peksag versions: -Python 3.3 ___ Python tracker ___

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Eric Snow
Eric Snow added the comment: Thanks for noticing that, Brett. -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list ma

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7ed717bd5faa by Eric Snow in branch '3.3': [issue19152] Revert 832579dbafd6. http://hg.python.org/cpython/rev/7ed717bd5faa -- ___ Python tracker __

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Eric Snow
Eric Snow added the comment: Dang it. I was thinking of it as a bug that the method wasn't there, but you're right regardless. Revert coming. -- ___ Python tracker ___ ___

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Brett Cannon
Changes by Brett Cannon : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Brett Cannon
Brett Cannon added the comment: Actually you need to back out the 3.3 commit. That's a new API in a bugfix release and that's bad. -- ___ Python tracker ___

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 832579dbafd6 by Eric Snow in branch '3.3': [issue19152] Add ExtensionFileLoader.get_filename(). http://hg.python.org/cpython/rev/832579dbafd6 -- ___ Python tracker ___

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Eric Snow
Eric Snow added the comment: I realized after I committed that this should probably be back-ported to 3.3. I'll take care of that in a few hours. -- ___ Python tracker ___

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d079c66dc23 by Eric Snow in branch 'default': [issue19152] Add ExtensionFileLoader.get_filename(). http://hg.python.org/cpython/rev/0d079c66dc23 -- nosy: +python-dev ___ Python tracker

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Brett Cannon
Brett Cannon added the comment: Just an oversight. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue19152] ExtensionFileLoader missing get_filename()

2013-10-03 Thread Eric Snow
New submission from Eric Snow: Any reason why ExtensionFileLoader does not implement get_filename()? I'm guessing it just slipped through the cracks. It should be there (and be registered as implementing ExecutionLoader). -- assignee: eric.snow components: Interpreter Core messages: