]> granicus.if.org Git - python/commit
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
authorMark Shannon <mark@hotpy.org>
Tue, 30 Jan 2018 00:41:04 +0000 (00:41 +0000)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 30 Jan 2018 00:41:04 +0000 (16:41 -0800)
commit332cd5ee4ff42c9904c56e68a1028f383f7fc9a8
tree7e02c4a2919e9a8d17ed3be5008aa81d05dc14b1
parentb6e43af669f61a37a29d8ff0785455108e6bc29d
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Doc/library/dis.rst
Doc/whatsnew/3.7.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2018-01-14-12-42-17.bpo-32550.k0EK-4.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/importlib_external.h
Python/opcode_targets.h