Tin mới
gh-148871: Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT (GH-149688)
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
gh-119180: PEP 649 compiler changes (#119361)
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
gh-111354: define names for RESUME oparg values (#111365)
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
gh-108216: Cleanup #include in internal header files (#108228)
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)