diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-28 09:04:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 06:04:38 -0700 |
commit | 684eb5cb8016546f1f8652dae8febd5c6571193e (patch) | |
tree | e97d94cf3b4c43787c9bafb21cf3826b4671160b /Misc/NEWS.d/next/Library | |
parent | bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) (diff) | |
download | cpython-684eb5cb8016546f1f8652dae8febd5c6571193e.tar.gz cpython-684eb5cb8016546f1f8652dae8febd5c6571193e.tar.bz2 cpython-684eb5cb8016546f1f8652dae8febd5c6571193e.zip |
[3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399)
Automerge-Triggered-By: GH:jaraco
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-06-29-21-17-17.bpo-44461.acqRnV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-06-29-21-17-17.bpo-44461.acqRnV.rst b/Misc/NEWS.d/next/Library/2021-06-29-21-17-17.bpo-44461.acqRnV.rst new file mode 100644 index 00000000000..02e25e928b9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-06-29-21-17-17.bpo-44461.acqRnV.rst @@ -0,0 +1 @@ +Fix bug with :mod:`pdb`'s handling of import error due to a package which does not have a ``__main__`` module
\ No newline at end of file |