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 benjamin.peterson, brett.cannon, eric.snow, scoder
Date 2012-04-17.05:31:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334640717.63.0.232012551403.issue14592@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, interesting - it stripped the command from my e-mail. I was doing this:

>>> __import__("sys", level=1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: error return without exception set
History
Date User Action Args
2012-04-17 05:31:57scodersetrecipients: + scoder, brett.cannon, benjamin.peterson, eric.snow
2012-04-17 05:31:57scodersetmessageid: <1334640717.63.0.232012551403.issue14592@psf.upfronthosting.co.za>
2012-04-17 05:31:57scoderlinkissue14592 messages
2012-04-17 05:31:57scodercreate