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 pitrou
Recipients brett.cannon, pitrou
Date 2012-10-12.16:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350059142.3322.2.camel@localhost.localdomain>
In-reply-to <1350059029.57.0.877631995999.issue16213@psf.upfronthosting.co.za>
Content
Le vendredi 12 octobre 2012 à 16:23 +0000, Brett Cannon a écrit :
> Well, it means importlib becomes a special library and that no one
> could ever replicate it as a third-party library.

Well, it *is* a special library. It is tightly integrated with the
interpreter core, and it provides a fundamental service in the language.

Besides, since the pyc format is an implementation detail, I don't see
how exposing r_long, w_long and friends would help third-party
libraries, which would still have to rely on non-public details.
History
Date User Action Args
2012-10-12 16:27:18pitrousetrecipients: + pitrou, brett.cannon
2012-10-12 16:27:18pitroulinkissue16213 messages
2012-10-12 16:27:18pitroucreate