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 georg.brandl
Recipients georg.brandl, python-dev, serhiy.storchaka, vstinner
Date 2013-11-07.11:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383824387.41.0.286030400738.issue19512@psf.upfronthosting.co.za>
In-reply-to
Content
>> You mean for PyRun_InteractiveOneObject()? Oh, it can be made private, but what is the problem of adding yet another PyRun_Interactive*() function? There are already a lot of them :-)

> And this is a problem. Newly added function is not even documented.

Serhiy is right. You have to be responsible with the Py* namespace, and keep new functions private unless they are useful enough to the outside and you document them.

In general, you changed lots of code without a single review.  Can you slow down a bit?
History
Date User Action Args
2013-11-07 11:39:47georg.brandlsetrecipients: + georg.brandl, vstinner, python-dev, serhiy.storchaka
2013-11-07 11:39:47georg.brandlsetmessageid: <1383824387.41.0.286030400738.issue19512@psf.upfronthosting.co.za>
2013-11-07 11:39:47georg.brandllinkissue19512 messages
2013-11-07 11:39:47georg.brandlcreate