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 Arfrever, aronacher, brett.cannon, eric.snow, ncoghlan, rhettinger
Date 2014-05-30.16:47:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401468448.78.0.127673095552.issue20383@psf.upfronthosting.co.za>
In-reply-to
Content
But that part is less of a concern since we don't need namespace packages before or during bootstrapping, and afterward we have access to interp->importlib.  Or am I missing something?

> which gets us back into the whole question of whether types should
> function entirely in isolation from other subsystems of Python.

That is a great question, regardless.  In part I imagine it depends on the subsystem and how intrinsic it is to the interpreter, which seems like a relatively implementation-agnostic point from a high-level view.
History
Date User Action Args
2014-05-30 16:47:28eric.snowsetrecipients: + eric.snow, brett.cannon, rhettinger, ncoghlan, aronacher, Arfrever
2014-05-30 16:47:28eric.snowsetmessageid: <1401468448.78.0.127673095552.issue20383@psf.upfronthosting.co.za>
2014-05-30 16:47:28eric.snowlinkissue20383 messages
2014-05-30 16:47:27eric.snowcreate