FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include - faster-cpython/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
on
main
User selector
Datepicker
Commit history
Commits on Apr 9, 2026
gh-131798: fold super method lookups in JIT (#148231)
kumaraditya303
authored
458aca9
View commit details
Copy full SHA for 458aca9
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS` to leave its inputs on the stack to be cleaned up by _POP_TOP (GH-148227)
Sacul0457
authored
bb03c8b
View commit details
Copy full SHA for bb03c8b
View code at this point
Browse repository at this point
gh-148235: remove duplicate uops `_LOAD_CONST_UNDER_INLINE(_BORROW)` in JIT (GH-148236)
NekoAsakura
authored
7563585
View commit details
Copy full SHA for 7563585
View code at this point
Browse repository at this point
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4
authored
8923ca4
View commit details
Copy full SHA for 8923ca4
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
Post 3.15.0a8
hugovk
committed
8166492
View commit details
Copy full SHA for 8166492
View code at this point
Browse repository at this point
Python 3.15.0a8
hugovk
committed
55ea59e
View commit details
Copy full SHA for 55ea59e
View code at this point
Browse repository at this point
gh-146636: abi3t: Define Py_GIL_DISABLED but do not use it (GH-148142)
Show description for fbc1a5b
encukou
authored
fbc1a5b
View commit details
Copy full SHA for fbc1a5b
View code at this point
Browse repository at this point
Note out-of-date obmalloc comments (#148149)
Show description for 3df0c4d
tim-one
and
johnslavik
authored
3df0c4d
View commit details
Copy full SHA for 3df0c4d
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
gh-148072: Cache pickle.dumps/loads per interpreter in XIData (GH-148125)
Show description for 3d724dd
jrfk
authored
3d724dd
View commit details
Copy full SHA for 3d724dd
View code at this point
Browse repository at this point
gh-100239: Propagate type info through _BINARY_OP_EXTEND in tier 2 (GH-148146)
eendebakpt
authored
efda60e
View commit details
Copy full SHA for efda60e
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
gh-148144: Initialize visited on copied interpreter frames (#148143)
Show description for fbfc6cc
pablogsal
authored
fbfc6cc
View commit details
Copy full SHA for fbfc6cc
View code at this point
Browse repository at this point
gh-144319: Fix huge page leak in datastack chunk allocator (#147963)
Show description for 77fc2f5
pablogsal
authored
77fc2f5
View commit details
Copy full SHA for 77fc2f5
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
gh-73613: Support Base32 and Base64 without padding (GH-147974)
Show description for 8bf8bf9
serhiy-storchaka
authored
8bf8bf9
View commit details
Copy full SHA for 8bf8bf9
View code at this point
Browse repository at this point
gh-146527: Heap-allocate gc_stats to avoid bloating PyInterpreterState (#148057)
Show description for 21fb9dc
pablogsal
authored
21fb9dc
View commit details
Copy full SHA for 21fb9dc
View code at this point
Browse repository at this point
gh-148083: Prevent constant folding when lhs is container types (gh-148090)
corona10
authored
853dafe
View commit details
Copy full SHA for 853dafe
View code at this point
Browse repository at this point
gh-146073: Revert "gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-147966)" (#148082)
Show description for 328da67
Fidget-Spinner
authored
328da67
View commit details
Copy full SHA for 328da67
View code at this point
Browse repository at this point
gh-131798: split recursion check to _CHECK_RECURSION_LIMIT and combine checks (GH-148070)
kumaraditya303
authored
e7bf8ea
View commit details
Copy full SHA for e7bf8ea
View code at this point
Browse repository at this point
gh-131798: JIT inline function addresses of builtin methods (#146906)
kumaraditya303
authored
7e275d4
View commit details
Copy full SHA for 7e275d4
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-147966)
cocolato
authored
198b04b
View commit details
Copy full SHA for 198b04b
View code at this point
Browse repository at this point
gh-146640: Optimize int operations by mutating uniquely-referenced operands in place (JIT only) (GH-146641)
eendebakpt
authored
48317fe
View commit details
Copy full SHA for 48317fe
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
GH-126910: Revert "Make `_Py_get_machine_stack_pointer` return the stack pointer (#147945)" (GH-147994)
Show description for 9b08f8c
encukou
authored
9b08f8c
View commit details
Copy full SHA for 9b08f8c
View code at this point
Browse repository at this point
gh-147988: Initialize digits in long_alloc() in debug mode (#147989)
Show description for c1a4112
vstinner
and
serhiy-storchaka
authored
c1a4112
View commit details
Copy full SHA for c1a4112
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
gh-143050: Add helper _PyLong_InitTag() (#147956)
Show description for b456cb2
skirpichev
and
vstinner
authored
b456cb2
View commit details
Copy full SHA for b456cb2
View code at this point
Browse repository at this point
GH-126910: Make `_Py_get_machine_stack_pointer` return the stack pointer (#147945)
Show description for 255026d
markshannon
authored
255026d
View commit details
Copy full SHA for 255026d
View code at this point
Browse repository at this point
gh-146636: PEP 803: add Py_TARGET_ABI3T and .abi3t.so extension (GH-146637)
Show description for 2452324
encukou
and
ngoldbaum
authored
2452324
View commit details
Copy full SHA for 2452324
View code at this point
Browse repository at this point
gh-147944: Increase range of bytes_per_sep (GH-147946)
Show description for 473d2a3
serhiy-storchaka
authored
473d2a3
View commit details
Copy full SHA for 473d2a3
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901)
Show description for db5936c
skirpichev
and
vstinner
authored
db5936c
View commit details
Copy full SHA for db5936c
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
gh-146558: JIT optimize dict access for objects with known hash (#146559)
kumaraditya303
authored
8e9d21c
View commit details
Copy full SHA for 8e9d21c
View code at this point
Browse repository at this point
gh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
vstinner
authored
adf2c47
View commit details
Copy full SHA for adf2c47
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call (GH-146472)
Show description for 6932c3e
serhiy-storchaka
authored
6932c3e
View commit details
Copy full SHA for 6932c3e
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
GH-146527: Add more data to GC statistics and add it to PyDebugOffsets (#146532)
sergey-miryanov
authored
5bf3a31
View commit details
Copy full SHA for 5bf3a31
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
gh-126910: Verify that JIT stencils preserve frame pointer (GH-146524)
Fidget-Spinner
authored
1384f02
View commit details
Copy full SHA for 1384f02
View code at this point
Browse repository at this point
GH-126910: avoid reading the FP for getting the SP (GH-146521)
diegorusso
authored
b60b926
View commit details
Copy full SHA for b60b926
View code at this point
Browse repository at this point
gh-145866: Convert `LIST_EXTEND` to leave its inputs on the stack to be cleaned up by `_POP_TOP` be cleaned up by `_POP_TOP` (GH-146383)
NekoAsakura
authored
a492d9f
View commit details
Copy full SHA for a492d9f
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
gh-131798: JIT: split call method and call builtin opcodes into smaller uops (#146463)
kumaraditya303
authored
bfdaa3c
View commit details
Copy full SHA for bfdaa3c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL