summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-25 13:49:34 (GMT)
committerGitHub <noreply@github.com>2022-10-25 13:49:34 (GMT)
commit65f9c8e6dda177925346b8e846995cd5b1552167 (patch)
tree749cfbe590537f721f553dff013437d3d57666bf /Misc
parentc96c7630c50037d1fc075aa7ca10e03a4d777f80 (diff)
downloadcpython-65f9c8e6dda177925346b8e846995cd5b1552167.zip
cpython-65f9c8e6dda177925346b8e846995cd5b1552167.tar.gz
cpython-65f9c8e6dda177925346b8e846995cd5b1552167.tar.bz2
gh-93696: Locate frozen module source with __file__ (GH-93697)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> (cherry picked from commit d91de288e73c67805e4c838b5f770ab7ec3661f9) Co-authored-by: James Gerity <snoopjedi@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-06-10-16-37-44.gh-issue-93696.65BI2R.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-06-10-16-37-44.gh-issue-93696.65BI2R.rst b/Misc/NEWS.d/next/Core and Builtins/2022-06-10-16-37-44.gh-issue-93696.65BI2R.rst
new file mode 100644
index 0000000..8eadab0
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-06-10-16-37-44.gh-issue-93696.65BI2R.rst
@@ -0,0 +1 @@
+Allow :mod:`pdb` to locate source for frozen modules in the standard library.