Message174430
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. |
|
Date |
User |
Action |
Args |
2012-11-01 16:37:00 | asvetlov | set | recipients:
+ asvetlov, vinay.sajip, vstinner, tim.golden, jkloth, ezio.melotti, brian.curtin, gklein, python-dev, serhiy.storchaka, turncc |
2012-11-01 16:37:00 | asvetlov | set | messageid: <1351787820.8.0.627402640523.issue16218@psf.upfronthosting.co.za> |
2012-11-01 16:37:00 | asvetlov | link | issue16218 messages |
2012-11-01 16:37:00 | asvetlov | create | |
|