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 scoder
Recipients brett.cannon, loewis, pitrou, scoder
Date 2012-11-03.22:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351982952.25.0.708797183553.issue16392@psf.upfronthosting.co.za>
In-reply-to
Content
Now that you mention it - wouldn't that suffer from not actually knowing the FQMN? There's that hack in the dynlib loader that stores the package context in a global variable so that the module creation function can figure it out. That might be a reason not to register the module automatically. Only the loader would know the correct package, not the module creation code.

Also see issue 13429.
History
Date User Action Args
2012-11-03 22:49:12scodersetrecipients: + scoder, loewis, brett.cannon, pitrou
2012-11-03 22:49:12scodersetmessageid: <1351982952.25.0.708797183553.issue16392@psf.upfronthosting.co.za>
2012-11-03 22:49:12scoderlinkissue16392 messages
2012-11-03 22:49:12scodercreate