FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/codeobject.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
codeobject.c
on
main
User selector
Datepicker
Commit history
Commits on Aug 11, 2026
gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365)
Show description for 44e92d4
nascheme
authored
44e92d4
View commit details
Copy full SHA for 44e92d4
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
gh-150546: Fix cleanup for replacement_locations in _PyCode_New() (#150549)
lpyu001
authored
a096314
View commit details
Copy full SHA for a096314
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
gh-151763: Fix possible crash on `CodeType` deallocation (#152034)
sobolevn
authored
22dd5b5
View commit details
Copy full SHA for 22dd5b5
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-150285: Fix too long docstrings in builtins (GH-150293)
Show description for e1e06be
serhiy-storchaka
authored
e1e06be
View commit details
Copy full SHA for e1e06be
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
NekoAsakura
authored
7c9ad27
View commit details
Copy full SHA for 7c9ad27
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn
authored
85d3bcd
View commit details
Copy full SHA for 85d3bcd
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
gh-148037: remove critical section from `PyCode_Addr2Line` (#148103)
kumaraditya303
authored
d3b7b93
View commit details
Copy full SHA for d3b7b93
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
Show description for a933e9c
sergey-miryanov
and
vstinner
authored
a933e9c
View commit details
Copy full SHA for a933e9c
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
gh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool` fails (#146200)
Show description for e017971
authored
e017971
View commit details
Copy full SHA for e017971
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
gh-127958: Trace from RESUME in the JIT (GH-145905)
Fidget-Spinner
authored
3d0824a
View commit details
Copy full SHA for 3d0824a
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
vstinner
authored
c0ecf21
View commit details
Copy full SHA for c0ecf21
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (#144980)
Show description for a565327
yoney
authored
a565327
View commit details
Copy full SHA for a565327
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Show description for 3f37b94
markshannon
authored
3f37b94
View commit details
Copy full SHA for 3f37b94
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
gh-141504: Refactor policy object into a single opt_config (gh-143644)
corona10
authored
794f758
View commit details
Copy full SHA for 794f758
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Show description for 4fa80ce
Fidget-Spinner
authored
4fa80ce
View commit details
Copy full SHA for 4fa80ce
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Show description for a84181c
vstinner
authored
a84181c
View commit details
Copy full SHA for a84181c
View code at this point
Browse repository at this point
Commits on Sep 12, 2025
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
kumaraditya303
authored
ea26f6d
View commit details
Copy full SHA for ea26f6d
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
AA-Turner
authored
918e3ba
View commit details
Copy full SHA for 918e3ba
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Show description for 082f370
ZeroIntensity
authored
082f370
View commit details
Copy full SHA for 082f370
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
gh-136396: Include instrumentation when creating new copies of the bytecode (#136525)
Show description for d995922
mpage
authored
d995922
View commit details
Copy full SHA for d995922
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
Show description for b1056c2
authored
b1056c2
View commit details
Copy full SHA for b1056c2
View code at this point
Browse repository at this point
Commits on Jun 25, 2025
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
Show description for 113de85
nascheme
and
colesbury
authored
113de85
View commit details
Copy full SHA for 113de85
View code at this point
Browse repository at this point
Commits on Jun 18, 2025
gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135466)
Show description for 15f2bac
ZeroIntensity
authored
15f2bac
View commit details
Copy full SHA for 15f2bac
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135438)
ericsnowcurrently
authored
56eabea
View commit details
Copy full SHA for 56eabea
View code at this point
Browse repository at this point
Commits on May 25, 2025
gh-91048: Refactor and optimize remote debugging module (#134652)
Show description for 42b25ad
pablogsal
and
ambv
authored
42b25ad
View commit details
Copy full SHA for 42b25ad
View code at this point
Browse repository at this point
Commits on May 8, 2025
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Show description for 27128e4
ericsnowcurrently
authored
27128e4
View commit details
Copy full SHA for 27128e4
View code at this point
Browse repository at this point
Commits on May 6, 2025
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
encukou
authored
3c73cf5
View commit details
Copy full SHA for 3c73cf5
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Show description for d270bb5
ericsnowcurrently
authored
d270bb5
View commit details
Copy full SHA for d270bb5
View code at this point
Browse repository at this point
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Show description for 24ebb9c
ericsnowcurrently
authored
24ebb9c
View commit details
Copy full SHA for 24ebb9c
View code at this point
Browse repository at this point
Commits on May 1, 2025
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Show description for 811edcf
ericsnowcurrently
authored
811edcf
View commit details
Copy full SHA for 811edcf
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Show description for 94b4fcd
ericsnowcurrently
authored
94b4fcd
View commit details
Copy full SHA for 94b4fcd
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Show description for 96a7fb9
ericsnowcurrently
authored
96a7fb9
View commit details
Copy full SHA for 96a7fb9
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
gh-132399: fix invalid function signatures on the free-threaded build (#132400)
picnixz
authored
a81232c
View commit details
Copy full SHA for a81232c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL