]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Feb 2020 03:32:50 +0000 (19:32 -0800)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 03:32:50 +0000 (19:32 -0800)
commit097612a3f711f5a6a3aec207cad78a35eb3a756d
tree6127523b29413db3d90b42b3974fd32d4cea2a1c
parentd57f99929a4013741f14233ed6e517ad6c9b24d0
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>
(cherry picked from commit 4015d1cda3cdba869103779eb6ff32ad798ff885)

Co-authored-by: Daniel Hahler <git@thequod.de>
Lib/bdb.py
Misc/NEWS.d/next/Library/2020-02-23-21-27-10.bpo-39649.qiubSp.rst [new file with mode: 0644]