commit | 2c2055884420f22afb4d2045bbdab7aa1394cb63 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Sun Jul 18 21:00:35 2021 -0400 |
committer | GitHub <noreply@github.com> | Sun Jul 18 18:00:35 2021 -0700 |
tree | 24422a1428981e6a41266ddcd20e32968be597ae | |
parent | 35b98e38b6edd63153fc8e092f94cb20725dacc1 [diff] |
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