]> 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:33:07 +0000 (19:33 -0800)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 03:33:07 +0000 (19:33 -0800)
commitc97fc564a6c76ba5287f1b16bc841a1765820b0c
tree0c5eaaab01b84102256df0a09328ae42ac25e799
parent973348427e3e987f42ea8a871e18c8d17b5abf52
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]