]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 19 Jul 2021 01:00:35 +0000 (21:00 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 01:00:35 +0000 (18:00 -0700)
commit2c2055884420f22afb4d2045bbdab7aa1394cb63
tree24422a1428981e6a41266ddcd20e32968be597ae
parent35b98e38b6edd63153fc8e092f94cb20725dacc1
bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)

- Refactor module/script handling to share an interface (check method).
- Import functools and adjust tests for the new line number for find_function.
- Use cached_property for details.
- Add blurb.

Automerge-Triggered-By: GH:jaraco
Lib/pdb.py
Lib/test/test_pdb.py
Lib/test/test_pyclbr.py
Misc/NEWS.d/next/Library/2021-07-02-18-17-56.bpo-44554.aBUmJo.rst [new file with mode: 0644]