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 belopolsky
Recipients belopolsky, georg.brandl, ncoghlan
Date 2008-02-22.15:39:07
SpamBayes Score 0.0059900153
Marked as misclassified No
Message-id <1203694748.87.0.377776925853.issue1877@psf.upfronthosting.co.za>
In-reply-to
Content
Nick,

I understand the __main__.py issue now, but I still don't like your 
approach.  Allowing RunMainFromImporter to call exit and never return 
does not feel right. (A minor problem is that objects on the C stack do 
not get deleted.)  Without a check for Py_None return, the comment 
"argv0 is usable as an import source" is misleading.
History
Date User Action Args
2008-02-22 15:39:09belopolskysetspambayes_score: 0.00599002 -> 0.0059900153
recipients: + belopolsky, georg.brandl, ncoghlan
2008-02-22 15:39:08belopolskysetspambayes_score: 0.00599002 -> 0.00599002
messageid: <1203694748.87.0.377776925853.issue1877@psf.upfronthosting.co.za>
2008-02-22 15:39:08belopolskylinkissue1877 messages
2008-02-22 15:39:07belopolskycreate