]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 8 Oct 2024 19:36:03 +0000 (22:36 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 19:36:03 +0000 (12:36 -0700)
commiteafd14fbe0fd464b9d700f6d00137415193aa143
tree487ad48da33c7761a45287a4c85f69c5dcc56201
parentb2a7272408593355c4c8e1d2ce9018cf96691bea
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)

This is an alternative to GH-100168.
Lib/enum.py
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-02-27-10-22-15.gh-issue-115937.0cVNur.rst [new file with mode: 0644]