◐ Shell
clean mode source ↗

[3.6] bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX by methane · Pull Request #219 · python/cpython

)

(cherry picked from commit 3a9ac82)

serhiy-storchaka

@serhiy-storchaka serhiy-storchaka changed the title bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX [3.6] bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX

Feb 21, 2017

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2019
…hedule

A NPE occurred, if PyStackless_Schedule gets called from from "outside"
and if no current tasklet exists.

akruis added a commit to akruis/cpython that referenced this pull request

Oct 25, 2019
…hedule

A NPE occurred, if PyStackless_Schedule gets called from from "outside"
and if no current tasklet exists.

(cherry picked from commit 05a17b1)

akruis added a commit to akruis/cpython that referenced this pull request

May 27, 2021
…hedule

A NPE occurred, if PyStackless_Schedule gets called from from "outside"
and if no current tasklet exists.

(cherry picked from commit 05a17b1)

ahgamut pushed a commit to ahgamut/cpython that referenced this pull request

Aug 25, 2021
…hedule

A NPE occurred, if PyStackless_Schedule gets called from from "outside"
and if no current tasklet exists.

(cherry picked from commit 05a17b1)

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
Add tests for namespace packages in files and read APIs