bpo-29622: make AST constructor accepts less than enough number of positional arguments by methane · Pull Request #249 · python/cpython
added 2 commits
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
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
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
akruis added a commit to akruis/cpython that referenced this pull request
…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
jaraco added a commit to jaraco/cpython that referenced this pull request