[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +886 ___ Python tracker ___ ___

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +613 ___ Python tracker ___ ___

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-21 Thread INADA Naoki
INADA Naoki added the comment: Thanks, Matthieu. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-21 Thread INADA Naoki
INADA Naoki added the comment: New changeset 3ab24bdd47fdd9d45719ad49f93d3878d4442d7e by GitHub in branch '3.6': bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219) https://github.com/python/cpython/commit/3ab24bdd47fdd9d45719ad49f93d3878d4442d7e -- nosy:

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-21 Thread INADA Naoki
Changes by INADA Naoki : -- pull_requests: +183 ___ Python tracker ___ ___

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3a9ac827c7c87dffc60c4200323948551bcb6662 by Serhiy Storchaka in branch 'master': bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202) https://github.com/python/cpython/commit/3a9ac827c7c87dffc60c4200323948551bcb6662 --

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-21 Thread Matthieu Dartiailh
Matthieu Dartiailh added the comment: I added the Misc/NEWS entry under Python 3.7. I guess it will be backported to 3.6 when cherry-pinking. -- ___ Python tracker

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The fix LGTM. Please add the Misc/NEWS entry. -- assignee: -> serhiy.storchaka nosy: +Demur Rumed, serhiy.storchaka stage: -> patch review ___ Python tracker

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-20 Thread Matthieu Dartiailh
Changes by Matthieu Dartiailh : -- pull_requests: +168 ___ Python tracker ___ ___

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-02-20 Thread Matthieu Dartiailh
New submission from Matthieu Dartiailh: The computation of the stack_effect of the CALL_FUNCTION_EX does not reflect the use of the argument to the opcode. Currently stack_effect expect two flags (one on 0x01 and one on 0x02) corresponding to whether positional arguments and keyword arguments