We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad78b commit e5a61f2Copy full SHA for e5a61f2
whatsnew/3.4.po
@@ -1537,18 +1537,6 @@ msgid ""
1537
" ' 6 BINARY_ADD',\n"
1538
" ' 7 RETURN_VALUE']"
1539
msgstr ""
1540
-">>> bytecode = dis.Bytecode(lambda x: x + 1, current_offset=3)\n"
1541
-">>> for instr in bytecode:\n"
1542
-"... print('{} ({})'.format(instr.opname, instr.opcode))\n"
1543
-"LOAD_FAST (124)\n"
1544
-"LOAD_CONST (100)\n"
1545
-"BINARY_ADD (23)\n"
1546
-"RETURN_VALUE (83)\n"
1547
-">>> bytecode.dis().splitlines() \n"
1548
-"[' 1 0 LOAD_FAST 0 (x)',\n"
1549
-" ' --> 3 LOAD_CONST 1 (1)',\n"
1550
-" ' 6 BINARY_ADD',\n"
1551
-" ' 7 RETURN_VALUE']"
1552
1553
#: ../Doc/whatsnew/3.4.rst:761
1554
msgid ""
0 commit comments