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 vstinner
Recipients Demur Rumed, Mark.Shannon, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-09.18:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473447153.99.0.501312935668.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
> I just fixed test_extcall and test_traceback, and going to get rid of the  duplication in _PyEval_EvalCodeWithName. I need maybe a hour or two.

What do you mean? I already fixed test_extcall and code duplication?

"I fixed test_extcall and removed _PyEval_EvalCodeWithName2(): callfunc-8.patch."

I proposed to skip the failing test in test_traceback and fix it after the beta release, I don't think that it's a major issue, it can be fixed later.

Can you please push callfunc-8.patch right now (skipping failing tests in test_traceback).
History
Date User Action Args
2016-09-09 18:52:34vstinnersetrecipients: + vstinner, Mark.Shannon, serhiy.storchaka, yselivanov, Demur Rumed
2016-09-09 18:52:33vstinnersetmessageid: <1473447153.99.0.501312935668.issue27213@psf.upfronthosting.co.za>
2016-09-09 18:52:33vstinnerlinkissue27213 messages
2016-09-09 18:52:33vstinnercreate