summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2021-04-04 08:33:22 (GMT)
committerGitHub <noreply@github.com>2021-04-04 08:33:22 (GMT)
commitc368ce74d2c9bcbf1ec320466819c2d4768252f7 (patch)
treebaaa39c3da90c7672b601f1003d814566bd4dd59 /Misc
parent3caea9adda7f79ab5d4c5a1905ca62b44e0b3b7b (diff)
downloadcpython-c368ce74d2c9bcbf1ec320466819c2d4768252f7.zip
cpython-c368ce74d2c9bcbf1ec320466819c2d4768252f7.tar.gz
cpython-c368ce74d2c9bcbf1ec320466819c2d4768252f7.tar.bz2
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
* Update magic numbers and bootstrapping for GH-25069 * add blurb Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-04-03-22-04-46.bpo-27129.u_ehHb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-04-03-22-04-46.bpo-27129.u_ehHb.rst b/Misc/NEWS.d/next/Core and Builtins/2021-04-03-22-04-46.bpo-27129.u_ehHb.rst
new file mode 100644
index 0000000..dc47bd0
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-04-03-22-04-46.bpo-27129.u_ehHb.rst
@@ -0,0 +1 @@
+Update CPython bytecode magic number.