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 loewis
Recipients
Date 2007-03-06.15:43:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Can you come up with a test case? Put the module in Modules/Setup, then have a test case that tries importing it. The test case should check whether the module is in builtin_module_names, and, if it is, try importing it.

(Ideally, it should only make the module builtin if debug is enabled, but I can't see how that can be achieved. Perhaps some trickery in config.c could do that, and #ifdefing out the body of the module if debug is disabled).
History
Date User Action Args
2007-08-23 15:56:24adminlinkissue1644818 messages
2007-08-23 15:56:24admincreate