]> granicus.if.org Git - python/commit
bpo-37108: Support super with methods that use positional-only arguments (GH-13695)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 31 May 2019 11:07:56 +0000 (12:07 +0100)
committerGitHub <noreply@github.com>
Fri, 31 May 2019 11:07:56 +0000 (12:07 +0100)
commit3a46d5c293d39995dc5218bf46a7d92b16fb2a15
tree351bf512e6ec36ea7df878c48740114c71b2ba33
parentc7f803b08ed5211701c75f98ba9ada85d45ac155
bpo-37108: Support super with methods that use positional-only arguments (GH-13695)
Lib/test/test_positional_only_arg.py
Objects/typeobject.c