◐ Shell
clean mode source ↗

bpo-29622: make AST constructor accepts less than enough number of positional arguments by methane · Pull Request #249 · python/cpython

added 2 commits

February 23, 2017 18:36

serhiy-storchaka

@methane methane changed the title bpo-29622: Loosen restriction of number of positional argument of AST constructor bpo-29622: Make trailing optional fields to optional arguments of AST type

Feb 23, 2017

@methane methane changed the title bpo-29622: Make trailing optional fields to optional arguments of AST type bpo-29622: make AST constructor accept less than enough number of positional arguments

Feb 23, 2017

@methane methane changed the title bpo-29622: make AST constructor accept less than enough number of positional arguments bpo-29622: make AST constructor accepts less than enough number of positional arguments

Feb 23, 2017

@methane

serhiy-storchaka

Carreau

Carreau

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

May 21, 2021
…n API

Stackless does not support custom frame evaluation functions defined by
PEP 523. If an extension module sets a custom frame evaluation function,
Stackless now terminates to prevent undefined behavior.

(cherry picked from commit d57b317)

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

May 27, 2021
…n API

Stackless does not support custom frame evaluation functions defined by
PEP 523. If an extension module sets a custom frame evaluation function,
Stackless now terminates to prevent undefined behavior.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

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

Feb 17, 2023
…athsep

Honor '/'-separated names in ResourceContainer.joinpath.