summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2022-02-16 12:19:09 (GMT)
committerGitHub <noreply@github.com>2022-02-16 12:19:09 (GMT)
commit3954fcb83fe471911ff01c0410a71d184d9984e7 (patch)
tree7f6ea373d8c3baaab404e20d41aab8e527a9a502 /Misc
parentffd9f8ff84ed53c956b16d027f7d2926ea631051 (diff)
downloadcpython-3954fcb83fe471911ff01c0410a71d184d9984e7.zip
cpython-3954fcb83fe471911ff01c0410a71d184d9984e7.tar.gz
cpython-3954fcb83fe471911ff01c0410a71d184d9984e7.tar.bz2
Remove offsets from expected output in test.test_dis (GH-31369)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-02-16-10-38-18.bpo-46760.O3ovJo.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-02-16-10-38-18.bpo-46760.O3ovJo.rst b/Misc/NEWS.d/next/Tests/2022-02-16-10-38-18.bpo-46760.O3ovJo.rst
new file mode 100644
index 0000000..c7dfc7c
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-02-16-10-38-18.bpo-46760.O3ovJo.rst
@@ -0,0 +1,2 @@
+Remove bytecode offsets from expected values in test.test_dis module.
+Reduces the obstacles to modifying the VM or compiler.