diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-08-02 17:16:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 17:16:57 (GMT) |
commit | dd693d6320feeca887174fa592537669d017ca9b (patch) | |
tree | 488cbb4232bf30180f2a6bf316c15356ada77935 /Misc | |
parent | b9c9a36c2f2edc11b9c27eb7c5810919d9da9767 (diff) | |
download | cpython-dd693d6320feeca887174fa592537669d017ca9b.zip cpython-dd693d6320feeca887174fa592537669d017ca9b.tar.gz cpython-dd693d6320feeca887174fa592537669d017ca9b.tar.bz2 |
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-08-01-21-43-58.gh-issue-105481.cl2ajS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-01-21-43-58.gh-issue-105481.cl2ajS.rst b/Misc/NEWS.d/next/Library/2023-08-01-21-43-58.gh-issue-105481.cl2ajS.rst new file mode 100644 index 0000000..d02f909 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-08-01-21-43-58.gh-issue-105481.cl2ajS.rst @@ -0,0 +1,2 @@ +Remove ``opcode.is_pseudo``, ``opcode.MIN_PSEUDO_OPCODE`` and ``opcode.MAX_PSEUDO_OPCODE``, +which were added in 3.12, were never documented and were not intended to be used externally. |