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.araujo
Recipients barry, eric.araujo
Date 2010-10-27.12:30:15
SpamBayes Score 0.0004145154
Marked as misclassified No
Message-id <1288182617.99.0.951609513443.issue9916@psf.upfronthosting.co.za>
In-reply-to
Content
You could ask python-ideas about -m support.  This test seems to reveal that runpy does not support extension modules:

 $ python -m sys
 /usr/bin/python: No code object available for sys

This may be another bug or feature request to open.
History
Date User Action Args
2010-10-27 12:30:18eric.araujosetrecipients: + eric.araujo, barry
2010-10-27 12:30:17eric.araujosetmessageid: <1288182617.99.0.951609513443.issue9916@psf.upfronthosting.co.za>
2010-10-27 12:30:15eric.araujolinkissue9916 messages
2010-10-27 12:30:15eric.araujocreate