]> granicus.if.org Git - python/commit
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 6 May 2019 19:40:27 +0000 (22:40 +0300)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 19:40:27 +0000 (22:40 +0300)
commitd53cf99dca4605ace4b81b1e585616b3e1b74fa6
tree0cce690e90a722457d3f472f1a7c4e471182e2bc
parent96aeaec64738b730c719562125070a52ed570210
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
17 files changed:
Lib/bdb.py
Lib/cProfile.py
Lib/collections/__init__.py
Lib/concurrent/futures/_base.py
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/contextlib.py
Lib/curses/__init__.py
Lib/functools.py
Lib/inspect.py
Lib/multiprocessing/managers.py
Lib/profile.py
Lib/test/test_inspect.py
Lib/trace.py
Lib/unittest/case.py
Lib/weakref.py
Misc/NEWS.d/next/Library/2019-04-06-12-36-09.bpo-36542.Q0qyYV.rst [new file with mode: 0644]