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
/
Include
/
internal
/
pycore_ceval.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
1
-25/+1
*
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado
2025-04-23
1
-0/+4
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
2025-04-19
1
-0/+11
*
gh-131591: Handle includes for iOS in remote_debugging.c (#132050)
Pablo Galindo Salgado
2025-04-06
1
-0/+1
*
GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)
Chris Eibl
2025-04-04
1
-1/+3
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-0/+12
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-1/+3
*
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner
2025-03-19
1
-3/+4
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
1
-1/+1
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-19/+35
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-21/+20
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-20/+21
*
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon
2025-02-12
1
-1/+1
*
gh-128799: Add frame of except* to traceback when wrapping a naked exception ...
Irit Katriel
2025-01-25
1
-1/+1
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-0/+12
*
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Sam Gross
2024-10-24
1
-3/+0
*
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...
Mark Shannon
2024-10-14
1
-0/+2
*
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon
2024-10-07
1
-0/+3
*
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...
Savannah Ostrowski
2024-09-27
1
-0/+1
*
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
Ken Jin
2024-09-13
1
-1/+1
*
GH-117224: Move the body of a few large-ish micro-ops into helper functions (...
Mark Shannon
2024-08-02
1
-0/+4
*
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
Brandt Bucher
2024-07-29
1
-0/+1
*
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher
2024-07-18
1
-0/+2
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-1/+4
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-0/+7
*
gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)
Sam Gross
2024-06-02
1
-1/+2
*
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds...
Brett Simmers
2024-05-23
1
-4/+3
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
1
-1/+46
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-0/+1
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
1
-1/+5
*
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon
2024-04-25
1
-1/+1
*
GH-116422: Modify a few uops so that they can be supported by tier 2 with hot...
Mark Shannon
2024-03-15
1
-2/+7
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
1
-13/+17
*
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers
2024-02-20
1
-24/+26
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
1
-0/+1
*
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross
2024-01-23
1
-0/+1
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
1
-1/+1
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
1
-2/+1
*
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado
2023-12-01
1
-0/+1
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
1
-0/+2
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-10/+0
*
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na
2023-10-17
1
-0/+2
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-1/+15
*
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross
2023-10-05
1
-1/+0
*
GH-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
1
-0/+33
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
1
-1/+1
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
1
-0/+17
*
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner
2023-08-24
1
-1/+4
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-4/+3
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
1
-0/+1
[next]