◐ Shell
clean mode source ↗

bpo-44530: Document the change in MAKE_FUNCTION behavior by alexdoesh · Pull Request #93189 · python/cpython

Fixes dis module documentation for MAKE_FUNCTION due to python@2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS

@alexdoesh

@carljm

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 16, 2023
)

* bpo-44530: Document the change in MAKE_FUNCTION behavior

Fixes dis module documentation for MAKE_FUNCTION due to python@2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS
(cherry picked from commit 486b52a)

Co-authored-by: Alex Doe <alexdoesh@gmail.com>

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

Jun 16, 2023
…onGH-93189)

* bpo-44530: Document the change in MAKE_FUNCTION behavior

Fixes dis module documentation for MAKE_FUNCTION due to python@2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS.
(cherry picked from commit 486b52a)

Co-authored-by: Alex Doe <alexdoesh@gmail.com>

carljm pushed a commit that referenced this pull request

Jun 16, 2023
…3189) (#105841)

bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189)

* bpo-44530: Document the change in MAKE_FUNCTION behavior

Fixes dis module documentation for MAKE_FUNCTION due to 2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS
(cherry picked from commit 486b52a)

Co-authored-by: Alex Doe <alexdoesh@gmail.com>

carljm added a commit that referenced this pull request

Jun 16, 2023
…3189) (#105842)

* bpo-44530: Document the change in MAKE_FUNCTION behavior

Fixes dis module documentation for MAKE_FUNCTION due to 2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS.
(cherry picked from commit 486b52a)

Co-authored-by: Alex Doe <alexdoesh@gmail.com>

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

Jun 16, 2023

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

Jun 18, 2023
* bpo-44530: Document the change in MAKE_FUNCTION behavior

Fixes dis module documentation for MAKE_FUNCTION due to python@2f180ce (bpo-44530, released as part of 3.11) removes the qualified name at TOS