index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test__opcode.py
Commit message (
Expand
)
Author
Age
*
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...
Irit Katriel
2025-02-07
*
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon
2025-01-27
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
*
gh-128891: add specialized opcodes to opcode.opname (#128892)
Irit Katriel
2025-01-15
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
*
gh-110923: Fix silently skipped tests in test__opcode.py (#110926)
Alex Waygood
2023-10-16
*
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
Irit Katriel
2023-07-27
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
*
gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
Dong-hee Na
2023-03-14
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
*
gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)
penguin_wwy
2022-04-19
*
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher
2022-01-26
*
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon
2021-12-17
*
Update test__opcode and _Py_GetSpecializationStats with recent specialization...
Irit Katriel
2021-08-11
*
Classify specialization failures. Provides more useful stats, with lower over...
Mark Shannon
2021-08-10
*
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
*
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
Serhiy Storchaka
2018-04-25
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
Don't attempt to run the _opcode test if it wasn't built.
Larry Hastings
2013-11-23
*
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23