]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH...
authorDaniel Hahler <git@thequod.de>
Mon, 24 Feb 2020 03:14:53 +0000 (04:14 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 03:14:53 +0000 (22:14 -0500)
commit4015d1cda3cdba869103779eb6ff32ad798ff885
treebf914b00c16fd8dfefc02d6cef8ffbb1392c7c3b
parentaea045adb8c90394264908670cbc495c5a41b65e
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531)

Appears to be obsolete since 75bb54c3d8.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/bdb.py
Misc/NEWS.d/next/Library/2020-02-23-21-27-10.bpo-39649.qiubSp.rst [new file with mode: 0644]