[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-12-05 Thread STINNER Victor
STINNER Victor added the comment: Serhiy Storchaka added the comment: > It is rather worked around. The test pass, the change looks good to me. I don't think that it's still worth it to keep the issue open ;-) -- ___ Python tracker

[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It is rather worked around. -- ___ Python tracker ___ ___

[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-12-05 Thread STINNER Victor
STINNER Victor added the comment: Oh, this issue was already fixed, thanks Serhiy :-) changeset: 103659:51b635e81958 user:Serhiy Storchaka date:Mon Sep 12 00:52:40 2016 +0300 files: Include/abstract.h Lib/dis.py Lib/test/test_extcall.py

[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-09-09 Thread STINNER Victor
STINNER Victor added the comment: Serhiy proposed a fix in the issue #27213 (starting at callfunc-10.patch). -- ___ Python tracker ___

[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-09-09 Thread Emanuel Barry
Changes by Emanuel Barry : -- nosy: +ebarry ___ Python tracker ___ ___ Python-bugs-list

[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a77756e480c2 by Victor Stinner in branch 'default': Rework CALL_FUNCTION* opcodes https://hg.python.org/cpython/rev/a77756e480c2 -- nosy: +python-dev ___ Python tracker

[issue28050] test_traceback is broken by new CALL_FUNCTION* opcodes

2016-09-09 Thread STINNER Victor
New submission from STINNER Victor: I skipped the failing tests just to be able to push my FASTCALL changes before Python 3.6 feature freeze. I opened this issue to not forget to fix it. -- messages: 275396 nosy: Demur Rumed, haypo, serhiy.storchaka priority: normal severity: normal