commit | d5d2b4546939b98244708e5bb0cfccd55b99d244 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Tue Apr 30 02:01:14 2019 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 30 02:01:14 2019 +0100 |
tree | 2a98e93bcad785c97f88154d275a4662afa40f8c | |
parent | 81c5a905951aaf46f292eb459c32649c0b74ef61 [diff] |
bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) * bpo-36751: Deprecate getfullargspec and report positional-only args as regular args * Use inspect.signature in testhelpers