[issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.

2022-04-08 Thread Irit Katriel
Irit Katriel added the comment: The "all of the following.. " sentence has been removed in 3.11. -- nosy: +iritkatriel resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.

2021-06-22 Thread Andrei Kulakov
Andrei Kulakov added the comment: I think the arg to dict_merge was just missing, I've put up a PR that adds it. -- ___ Python tracker ___

[issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.

2021-06-22 Thread Andrei Kulakov
Change by Andrei Kulakov : -- keywords: +patch nosy: +andrei.avk nosy_count: 2.0 -> 3.0 pull_requests: +25436 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26859 ___ Python tracker

[issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.

2021-05-21 Thread glubs9
glubs9 added the comment: actually now that I am going through the documentation a bit more thoroughly this has happened again, dict_merge is placed below the sentence as well. -- ___ Python tracker

[issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.

2021-05-21 Thread glubs9
New submission from glubs9 : 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