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_stackref.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...
Mark Shannon
2024-12-20
1
-0/+113
*
gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)
Sam Gross
2024-11-22
1
-4/+10
*
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...
Mark Shannon
2024-10-14
1
-0/+7
*
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ...
Ken Jin
2024-10-14
1
-0/+3
*
GH-120024: Tidy up pycore_stackref.h, splitting into GIL and free-threading s...
Mark Shannon
2024-10-09
1
-101/+65
*
GH-121459: Streamline PyObject* to PyStackRef conversions by disallowing NULL...
Mark Shannon
2024-10-07
1
-5/+9
*
gh-124064: Fix -Wconversion warnings in pycore_{long,object}.h (#124177)
Victor Stinner
2024-09-17
1
-3/+3
*
gh-124064: Fix -Wconversion warnings in pycore_{gc,list,stackref}.h (#124174)
Victor Stinner
2024-09-17
1
-2/+2
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
1
-0/+12
*
gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)
Sam Gross
2024-08-23
1
-12/+9
*
gh-117139: Garbage collector support for deferred refcounting (#122956)
Sam Gross
2024-08-15
1
-3/+3
*
GH-122034: Add StackRef variants of type checks to reduce the number of PySta...
Mark Shannon
2024-07-25
1
-0/+33
*
gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)
Ken Jin
2024-07-03
1
-58/+30
*
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Sam Gross
2024-07-02
1
-1/+1
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
1
-109/+186
*
gh-117139: Fix missing semicolon (GH-118573)
Ken Jin
2024-05-04
1
-1/+1
*
gh-117139: Add header for tagged pointers (GH-118330)
Ken Jin
2024-04-30
1
-0/+195