COMMITS
/ Objects/codeobject.c February 2, 2025
Y
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Yan Yanchii committed
January 21, 2025
M
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 17, 2025
S
gh-128923: Use zero to indicate unassigned unique id (#128925)
Sam Gross committed
January 13, 2025
B
gh-111178: fix UBSan failures in `Objects/codeobject.c` (GH-128240)
Bénédikt Tran committed
December 19, 2024
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
December 5, 2024
S
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Sam Gross committed
November 21, 2024
E
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow committed
S
gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)
Sam Gross committed
November 7, 2024
M
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Michael Droettboom committed
November 4, 2024
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
October 15, 2024
S
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross committed
October 9, 2024
V
gh-111178: Fix function signatures in codeobject.c (#125180)
Victor Stinner committed
October 8, 2024
M
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom committed
August 30, 2024
V
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner committed
August 13, 2024
M
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon committed
August 1, 2024
V
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner committed
July 17, 2024
P
gh-121863: Immortalize names in code objects to avoid crash (GH-121903)
Petr Viktorin committed
June 24, 2024
X
Fix typos in comments (#120821)
Xie Yanbo committed
S
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 3, 2024
S
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 21, 2024
V
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
May 6, 2024
S
gh-118527: Intern code name and filename on default build (#118576)
Sam Gross committed
May 3, 2024
S
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Sam Gross committed
May 1, 2024
M
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
Mark Shannon committed
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 16, 2024
S
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross committed
April 12, 2024
S
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka committed
March 22, 2024
G
gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
Guido van Rossum committed
March 21, 2024
G
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum committed
March 18, 2024
G
gh-116916: Remove separate next_func_version counter (#116918)
Guido van Rossum committed
February 12, 2024
B
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher committed
November 8, 2023
J
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra committed
November 2, 2023
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
September 22, 2023
September 9, 2023
T
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 7, 2023
D
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
August 21, 2023
D
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
Dong-hee Na committed
D
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
Dong-hee Na committed
August 17, 2023
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
August 16, 2023
I