commit | 553ee2781a37ac9d2068da3e1325a780ca79e21e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Apr 12 00:21:22 2021 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 12 00:21:22 2021 +0200 |
tree | 599710562c5961edb6d7365761da242a8c122680 | |
parent | 53114ffef1d4facf9aa5545e711abbbda66f672a [diff] |
bpo-43682: Make staticmethod objects callable (GH-25117) Static methods (@staticmethod) are now callable as regular functions.