Xie Yanbo
|
253c6a0b2f
|
Fix typos in comments and test code (#122846)
|
2024-08-11 21:16:41 -07:00 |
Irit Katriel
|
c179c0e6cb
|
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
|
2024-04-17 16:42:04 +01:00 |
Erlend E. Aasland
|
6c8ac8a32f
|
gh-116303: Handle disabled test modules in test.support helpers (#116482)
Make sure test.support helpers skip iso. failing if test extension
modules are disabled. Also log TEST_MODULES in test.pythoninfo.
|
2024-03-28 08:40:37 +00:00 |
Irit Katriel
|
428c9812cb
|
gh-112962: in dis module, put cache information in the Instruction instead of creating fake Instructions to represent it (#113016)
|
2023-12-13 12:00:21 +00:00 |
Carl Meyer
|
0589c6a4d3
|
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
|
2023-05-18 21:22:03 +00:00 |
Irit Katriel
|
ca95edf177
|
gh-104240: return code unit metadata from codegen (#104300)
|
2023-05-09 14:33:40 +01:00 |
Irit Katriel
|
80b714835d
|
gh-87092: Expose assembler to unit tests (#103988)
|
2023-05-01 22:29:30 +01:00 |
Irit Katriel
|
634cb61909
|
gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (#102562)
|
2023-03-13 15:59:20 +00:00 |
Irit Katriel
|
9f799ab020
|
gh-87092: Make jump target label equal to the offset of the target in the instructions sequence (#102093)
|
2023-02-28 11:29:32 +00:00 |
Irit Katriel
|
a3ac9232f8
|
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
|
2022-11-14 13:56:40 +00:00 |
Dennis Sweeney
|
05c92759b6
|
Reject invalid opcode names in assertInBytecode (GH-97548)
|
2022-09-25 20:55:53 +01:00 |
Irit Katriel
|
420f39f457
|
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
|
2022-08-24 11:02:53 +01:00 |
Max Bernstein
|
6e799be0a1
|
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
* bpo-42199: Fix bytecode_helper assertNotInBytecode
Add tests.
* 📜🤖 Added by blurb_it.
Co-authored-by: Dino Viehland <dinoviehland@fb.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
2020-12-17 16:30:29 -08:00 |
Joannah Nanjekye
|
92777d5e5a
|
bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168)
Rename and document test.bytecode_helper as test.support.bytecode_helper
|
2019-09-12 10:02:59 +01:00 |