]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SystemError when nested function has annotation on positional-only argument ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jan 2020 02:14:58 +0000 (18:14 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 02:14:58 +0000 (18:14 -0800)
commit859525590c7aad210ae5f2557140a52033c498cd
tree6a61c52faf673b88e8fcb9537c47c19b7ab20af3
parent867d8333ce6a7f74191ad464acc609d4a04e4acb
Fix SystemError when nested function has annotation on positional-only argument (GH-17826)

(cherry picked from commit ec007cb43faf5f33d06efbc28152c7fdcb2edb9c)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
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