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_frame.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move observability-relevant structure fields to the top (#105271)
Gabriele N. Tornetta
2023-06-08
1
-5/+9
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-1/+0
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
1
-2/+0
*
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon
2023-04-29
1
-3/+3
*
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Mark Shannon
2023-04-13
1
-2/+8
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-1/+8
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-1/+1
*
GH-100987: Refactor `_PyInterpreterFrame` a bit, to assist generator improvem...
Mark Shannon
2023-02-13
1
-4/+2
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-0/+15
*
gh-100758: Refactor initialisation of frame headers into a single function (_...
Irit Katriel
2023-01-06
1
-4/+8
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
1
-1/+10
*
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...
Bill Fisher
2022-12-23
1
-1/+4
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
1
-9/+8
*
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon
2022-11-07
1
-0/+2
*
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Mark Shannon
2022-09-06
1
-2/+7
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-2/+2
*
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...
Mark Shannon
2022-07-01
1
-0/+17
*
GH-93897: Store frame size in code object and de-opt if insufficient space on...
Mark Shannon
2022-06-20
1
-23/+27
*
GH-89480: Document motivation, design and implementation of 3.11 frame stack....
Mark Shannon
2022-04-11
1
-0/+8
*
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher
2022-04-07
1
-7/+10
*
Revert "bpo-44800: Document internal frame naming conventions (GH-32281)" (#3...
Mark Shannon
2022-04-04
1
-69/+0
*
bpo-44800: Document internal frame naming conventions (GH-32281)
Nick Coghlan
2022-04-03
1
-0/+69
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
1
-0/+1
*
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon
2022-03-22
1
-26/+20
*
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Victor Stinner
2022-03-18
1
-4/+0
*
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Victor Stinner
2022-02-28
1
-1/+1
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
1
-29/+29
*
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner
2022-02-25
1
-0/+2
*
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Victor Stinner
2022-02-25
1
-0/+12
*
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon
2022-02-03
1
-4/+2
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
1
-0/+3
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
1
-2/+2
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
1
-2/+4
*
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Brandt Bucher
2021-12-28
1
-4/+7
*
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon
2021-12-15
1
-0/+1
*
bpo-46008: Make runtime-global object/type lifecycle functions and state cons...
Eric Snow
2021-12-09
1
-0/+8
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
1
-1/+1
*
bpo-45753: Interpreter internal tweaks (GH-29575)
Mark Shannon
2021-12-01
1
-0/+5
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
1
-4/+3
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-13/+15
*
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
Mark Shannon
2021-10-28
1
-0/+15
*
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado
2021-10-09
1
-0/+2
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-7/+37
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-22/+104
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-1/+9
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
1
-2/+0
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
1
-0/+2
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
1
-2/+0
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
1
-0/+2
[next]