summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-03-11 09:07:06 (GMT)
committerGitHub <noreply@github.com>2018-03-11 09:07:06 (GMT)
commite2732d3e66eba9ec13f9d55c499f2437ead552db (patch)
tree010be14ab95b6e68ee25a9369496532a9aa2129c /Misc
parent3f7e9aa2ef215917b9f1521441f67f4ecd33a1bc (diff)
downloadcpython-e2732d3e66eba9ec13f9d55c499f2437ead552db.zip
cpython-e2732d3e66eba9ec13f9d55c499f2437ead552db.tar.gz
cpython-e2732d3e66eba9ec13f9d55c499f2437ead552db.tar.bz2
bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-02-28-18-39-48.bpo-32970.IPWtbS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-28-18-39-48.bpo-32970.IPWtbS.rst b/Misc/NEWS.d/next/Library/2018-02-28-18-39-48.bpo-32970.IPWtbS.rst
new file mode 100644
index 0000000..e97c16d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-02-28-18-39-48.bpo-32970.IPWtbS.rst
@@ -0,0 +1 @@
+Improved disassembly of the MAKE_FUNCTION instruction.