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 eric.snow
Recipients eric.snow, llllllllll
Date 2015-04-20.13:19:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7ChNpprk9U98wAnbnwHDLEWd0r6Pn7epFaVO0WeoM3qqQ@mail.gmail.com>
In-reply-to <1429520960.11.0.0723675041232.issue24014@psf.upfronthosting.co.za>
Content
> Also, Python/importlib.h blew up in the diff; should this be included in
the patch?

Yes.  It is the frozen bytecode for bootstrapping importlib as the import
system.  So changes to bytecode generation like this will propagate there.
History
Date User Action Args
2015-04-20 13:19:22eric.snowsetrecipients: + eric.snow, llllllllll
2015-04-20 13:19:22eric.snowlinkissue24014 messages
2015-04-20 13:19:22eric.snowcreate