index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
codeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner
2025-03-21
1
-0/+1
*
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon
2025-03-20
1
-0/+1
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-6/+4
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-1/+3
*
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Victor Stinner
2025-03-14
1
-1/+2
*
gh-130851: Only intern constants of types generated by the compiler (#130901)
Sam Gross
2025-03-07
1
-2/+41
*
gh-130851: Don't crash when deduping unusual code constants (#130853)
Sam Gross
2025-03-05
1
-6/+12
*
Postpone <stdbool.h> inclusion after Python.h (#130641)
Hugo Beauzée-Luyssen
2025-02-28
1
-2/+2
*
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Yan Yanchii
2025-02-02
1
-6/+4
*
GH-127953: Make line number lookup O(1) regardless of the size of the code ob...
Mark Shannon
2025-01-21
1
-0/+3
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
1
-15/+15
*
gh-128923: Use zero to indicate unassigned unique id (#128925)
Sam Gross
2025-01-17
1
-1/+1
*
gh-111178: fix UBSan failures in `Objects/codeobject.c` (GH-128240)
Bénédikt Tran
2025-01-13
1
-18/+22
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
1
-0/+7
*
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Sam Gross
2024-12-05
1
-5/+2
*
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow
2024-11-21
1
-2/+4
*
gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)
Sam Gross
2024-11-21
1
-27/+51
*
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Michael Droettboom
2024-11-07
1
-1/+34
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-4/+309
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
1
-14/+6
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
1
-1/+5
*
gh-111178: Fix function signatures in codeobject.c (#125180)
Victor Stinner
2024-10-09
1
-32/+48
*
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom
2024-10-08
1
-0/+1
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-2/+2
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
1
-50/+12
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
1
-2/+2
*
gh-121863: Immortalize names in code objects to avoid crash (GH-121903)
Petr Viktorin
2024-07-17
1
-1/+1
*
Fix typos in comments (#120821)
Xie Yanbo
2024-06-24
1
-1/+1
*
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower
2024-06-24
1
-1/+1
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-6/+8
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
1
-2/+2
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
1
-1/+1
*
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner
2024-05-21
1
-1/+1
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
1
-14/+288
*
gh-118527: Intern code name and filename on default build (#118576)
Sam Gross
2024-05-06
1
-2/+0
*
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Sam Gross
2024-05-03
1
-0/+5
*
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
mpage
2024-05-03
1
-0/+6
*
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
Mark Shannon
2024-05-01
1
-1/+2
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-0/+6
*
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross
2024-04-16
1
-1/+32
*
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka
2024-04-12
1
-1/+2
*
gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
Guido van Rossum
2024-03-22
1
-46/+0
*
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum
2024-03-21
1
-0/+1
*
gh-116916: Remove separate next_func_version counter (#116918)
Guido van Rossum
2024-03-18
1
-3/+3
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-15/+7
*
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra
2023-11-08
1
-0/+29
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-1/+2
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
1
-17/+3
*
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (...
Tian Gao
2023-09-22
1
-1/+1
*
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao
2023-09-09
1
-6/+4
[next]