commit | 5b9ff7a0dcb16d6f5c3cd4f1f52e0ca6a4bde586 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Fri Sep 13 17:13:51 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Sep 13 17:13:51 2019 +0100 |
tree | 617e86d74e51ffe2b915e2c89279c04793a838e4 | |
parent | 2ccb50cf773881255c5669942a093eb68ad042f6 [diff] |
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) https://bugs.python.org/issue34706 Specifically in the case of a class that does not override its constructor signature inherited from object. These are Buck Evan @bukzor's changes cherrypicked from GH-9344.