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 Mark.Shannon
Recipients Mark.Shannon, benjamin.peterson, eric.snow, jcea, meador.inge, ncoghlan, ron_adam, terry.reedy
Date 2012-02-13.14:42:15
SpamBayes Score 9.329075e-07
Marked as misclassified No
Message-id <1329144136.0.0.909175824882.issue13607@psf.upfronthosting.co.za>
In-reply-to
Content
Why do the codes used internally by ceval have to be the same as those made public?

Have you considered returning the exit code directly, rather than
adding another field to frameobject?

yieldfrom can be handled in a similar way to yield by returning the iterator (instead of the yielded value).

See attached file for example code.
History
Date User Action Args
2012-02-13 14:42:16Mark.Shannonsetrecipients: + Mark.Shannon, terry.reedy, jcea, ncoghlan, ron_adam, benjamin.peterson, meador.inge, eric.snow
2012-02-13 14:42:16Mark.Shannonsetmessageid: <1329144136.0.0.909175824882.issue13607@psf.upfronthosting.co.za>
2012-02-13 14:42:15Mark.Shannonlinkissue13607 messages
2012-02-13 14:42:15Mark.Shannoncreate