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 warlock
Recipients theller, warlock
Date 2009-09-09.12:49:57
SpamBayes Score 8.511625e-05
Marked as misclassified No
Message-id <1252500598.96.0.0447132338764.issue6869@psf.upfronthosting.co.za>
In-reply-to
Content
Tested
   obj=PyImport_ImportModule("ctypes");
   Py_DECREF(obj);
instead of PyRun_SimpleString(...) - same result
History
Date User Action Args
2009-09-09 12:49:59warlocksetrecipients: + warlock, theller
2009-09-09 12:49:58warlocksetmessageid: <1252500598.96.0.0447132338764.issue6869@psf.upfronthosting.co.za>
2009-09-09 12:49:57warlocklinkissue6869 messages
2009-09-09 12:49:57warlockcreate