Commits
User selector
Commit History
Commits on Mar 8, 2022
Commits on Mar 7, 2022
Commits on Mar 4, 2022
Commits on Mar 3, 2022
Commits on Mar 1, 2022
Commits on Feb 28, 2022
Commits on Feb 25, 2022
Commits on Feb 22, 2022
Commits on Feb 18, 2022
bpo-46329: Change calling sequence (again) (GH-31373)
Show description for cf345e9authored
Commits on Feb 16, 2022
Commits on Feb 10, 2022
Commits on Jan 28, 2022
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Show description for 89fd7c3authored
Commits on Jan 26, 2022
Commits on Jan 24, 2022
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Show description for 0367a36authored
Commits on Jan 20, 2022
bpo-46409: Make generators in bytecode (GH-30633)
Show description for b04dfbbauthored
Commits on Jan 6, 2022
bpo-45923: Handle call events in bytecode (GH-30364)
Show description for e028ae9authored- authored
Commits on Jan 4, 2022
- authored
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Show description for a94461dauthored
Commits on Dec 15, 2021
- authored
bpo-46039: Split yield from in two (GH-30035)
Show description for 0b50a4fauthored
Commits on Dec 14, 2021
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Show description for 9f8f451authored- authored
Commits on Dec 3, 2021
bpo-45885: Specialize COMPARE_OP (GH-29734)
Show description for 03768c4authored
Commits on Nov 23, 2021
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
Show description for 135cabdauthored
Commits on Nov 19, 2021
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Show description for 036feadauthored
Commits on Nov 18, 2021
Commits on Nov 11, 2021
Commits on Oct 27, 2021
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Show description for 82a662eauthored