This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author glubs9
Recipients docs@python, glubs9
Date 2021-05-22.04:59:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621659583.31.0.989908134751.issue44213@roundup.psfhosted.org>
In-reply-to
Content
in the dis library documentation where it lists all of the instructions in python bytecode, it includes a small sentence about half way dow "all of the following instructions use their arguments".

After this sentence there is an instruction specified LIST_TO_TUPLE which does not in fact use its argument.

It's a minor mistake but 100% on how it should be fixed so I have not yet made a pr. It could be fixed by removing the sentence or just moving it above the sentence. I'm not sure.
History
Date User Action Args
2021-05-22 04:59:43glubs9setrecipients: + glubs9, docs@python
2021-05-22 04:59:43glubs9setmessageid: <1621659583.31.0.989908134751.issue44213@roundup.psfhosted.org>
2021-05-22 04:59:43glubs9linkissue44213 messages
2021-05-22 04:59:42glubs9create