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 ncoghlan
Recipients Arfrever, belopolsky, ezio.melotti, gvanrossum, ilblackdragon, martin.panter, ncoghlan, o11c, pitrou, rbcollins, smurfix, xonatius
Date 2015-08-29.02:25:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440815105.46.0.0324800667014.issue2786@psf.upfronthosting.co.za>
In-reply-to
Content
I think a) is worth doing regardless - in many cases, third party libraries will be dealing with function, generator or coroutine objects, rather than with code objects directly, so they'll benefit even if the updated API remains private to the interpreter.

So let's narrow the scope of this particular issue to just that, and defer the idea of a new public API for the time being.
History
Date User Action Args
2015-08-29 02:25:05ncoghlansetrecipients: + ncoghlan, gvanrossum, belopolsky, pitrou, rbcollins, ezio.melotti, smurfix, Arfrever, martin.panter, o11c, ilblackdragon, xonatius
2015-08-29 02:25:05ncoghlansetmessageid: <1440815105.46.0.0324800667014.issue2786@psf.upfronthosting.co.za>
2015-08-29 02:25:05ncoghlanlinkissue2786 messages
2015-08-29 02:25:04ncoghlancreate