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 ncoghlan
Recipients Arfrever, brett.cannon, madison.may, ncoghlan, ronaldoussoren
Date 2013-08-06.22:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7e9+k1d_haG53XLz=SJySH89LVSXg0SBB9bOoiqK85vTQ@mail.gmail.com>
In-reply-to <1375805266.28.0.128618982976.issue18416@psf.upfronthosting.co.za>
Content
Make sure to run "make" to rebuild the frozen module - editing
importlib._bootstrap.py involves a C style "edit, build, test" cycle rather
than the typical Python "edit, test" cycle.
History
Date User Action Args
2013-08-06 22:17:31ncoghlansetrecipients: + ncoghlan, brett.cannon, ronaldoussoren, Arfrever, madison.may
2013-08-06 22:17:31ncoghlanlinkissue18416 messages
2013-08-06 22:17:31ncoghlancreate