summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2018-10-04 16:47:09 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-04 16:47:09 (GMT)
commit6f85b826b527e240551613aeec3118a5469e3a33 (patch)
tree2c0585ee34cbfa5c626c788a3bf7b08731f857c2 /Misc/NEWS.d/next
parentc57eb9a336391dc22aa29e9db592fa06d7fb7101 (diff)
downloadcpython-6f85b826b527e240551613aeec3118a5469e3a33.zip
cpython-6f85b826b527e240551613aeec3118a5469e3a33.tar.gz
cpython-6f85b826b527e240551613aeec3118a5469e3a33.tar.bz2
bpo-34871: inspect: Don't pollute sys.modules (GH-9696)
https://bugs.python.org/issue34871
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-04-18-46-54.bpo-34871.t3X-dB.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-04-18-46-54.bpo-34871.t3X-dB.rst b/Misc/NEWS.d/next/Library/2018-10-04-18-46-54.bpo-34871.t3X-dB.rst
new file mode 100644
index 0000000..8cff156
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-10-04-18-46-54.bpo-34871.t3X-dB.rst
@@ -0,0 +1,2 @@
+Fix inspect module polluted ``sys.modules`` when parsing
+``__text_signature__`` of callable.