]> granicus.if.org Git - python/commit
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
authorMatthieu Dartiailh <marul@laposte.net>
Tue, 21 Feb 2017 13:25:22 +0000 (14:25 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Feb 2017 13:25:22 +0000 (15:25 +0200)
commit3a9ac827c7c87dffc60c4200323948551bcb6662
tree6f9c8a4dca11169f3c768eead2c2e133511301ef
parentfb8fe72fc593438f6a0b934c6ff2d9c4aa28673d
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
Misc/NEWS
Python/compile.c