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 asvetlov
Recipients asvetlov, brian.curtin, ezio.melotti, gklein, jkloth, python-dev, serhiy.storchaka, tim.golden, turncc, vinay.sajip, vstinner
Date 2012-11-01.16:37:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351787820.8.0.627402640523.issue16218@psf.upfronthosting.co.za>
In-reply-to
Content
Vinay, it's processed in 
PyObject_CallFunction(loader_type, "sN", "__main__", filename_obj)
Please note "sN" format istead "sO".
"N" means PyObject* is passed but unlike "sO" that object is not increfed.
History
Date User Action Args
2012-11-01 16:37:00asvetlovsetrecipients: + asvetlov, vinay.sajip, vstinner, tim.golden, jkloth, ezio.melotti, brian.curtin, gklein, python-dev, serhiy.storchaka, turncc
2012-11-01 16:37:00asvetlovsetmessageid: <1351787820.8.0.627402640523.issue16218@psf.upfronthosting.co.za>
2012-11-01 16:37:00asvetlovlinkissue16218 messages
2012-11-01 16:37:00asvetlovcreate