]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SystemError when nested function has annotation on positional-only argument ...
authorAnthony Sottile <asottile@umich.edu>
Sun, 5 Jan 2020 01:57:21 +0000 (20:57 -0500)
committerPablo Galindo <Pablogsal@gmail.com>
Sun, 5 Jan 2020 01:57:21 +0000 (01:57 +0000)
commitec007cb43faf5f33d06efbc28152c7fdcb2edb9c
tree4a5ee08f0316fdfca2910d9a869cced9b8fd5b07
parent7dc72b8d4f2c9d1eed20f314fd6425eab66cbc89
Fix SystemError when nested function has annotation on positional-only argument (GH-17826)
Lib/test/test_positional_only_arg.py
Misc/NEWS.d/next/Core and Builtins/2020-01-04-17-25-34.bpo-39215.xiqiIz.rst [new file with mode: 0644]
Python/symtable.c