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 brett.cannon
Recipients brett.cannon, pitrou, remram
Date 2014-10-03.12:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412341118.97.0.133240836196.issue22543@psf.upfronthosting.co.za>
In-reply-to
Content
Doing the initialization later is not really an option as there can be warnings in the parser so it has to be resolved very early on.

I guess some form could be a possibility, but that's also tricky as subclass matching also still needs to work. I think we would need to see a patch on the proposed solution before considering its acceptance.

Another option would to parse it twice: once early on for Python internals and then again later once site-packages and various other things have been set up. Once again I would need to look at a patch before making a decision on whether it's an acceptable solution.
History
Date User Action Args
2014-10-03 12:58:38brett.cannonsetrecipients: + brett.cannon, pitrou, remram
2014-10-03 12:58:38brett.cannonsetmessageid: <1412341118.97.0.133240836196.issue22543@psf.upfronthosting.co.za>
2014-10-03 12:58:38brett.cannonlinkissue22543 messages
2014-10-03 12:58:38brett.cannoncreate