aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test__opcode.py
Commit message (Expand)AuthorAge
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-09
* GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)Mark Shannon2022-10-27
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-01
* gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)penguin_wwy2022-04-19
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-26
* bpo-46072: Add top level stats struct (GH-30169)Mark Shannon2021-12-17
* Update test__opcode and _Py_GetSpecializationStats with recent specialization...Irit Katriel2021-08-11
* Classify specialization failures. Provides more useful stats, with lower over...Mark Shannon2021-08-10
* bpo-44725 : expose specialization stats in python (GH-27192)Irit Katriel2021-07-29
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-03
* bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)Serhiy Storchaka2018-09-18
* bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)Serhiy Storchaka2018-04-25
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Don't attempt to run the _opcode test if it wasn't built.Larry Hastings2013-11-23
* Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-23