FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/codeobject.c - wrongnull/cpython · GitHub
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
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 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
Commits on Mar 21, 2025
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Show description for 1a08208
vstinner
authored
1a08208
View commit details
Copy full SHA for 1a08208
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
GH-131498: Remove conditional stack effects (GH-131499)
Show description for 7ebd71e
markshannon
authored
7ebd71e
View commit details
Copy full SHA for 7ebd71e
View code at this point
Browse repository at this point
gh-131238: Remove includes from pycore_interp.h (#131495)
Show description for b69da00
vstinner
authored
b69da00
View commit details
Copy full SHA for b69da00
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-131238: Remove more includes from pycore_interp.h (#131480)
vstinner
authored
20c5f96
View commit details
Copy full SHA for 20c5f96
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
gh-111178: Fix function signatures to fix undefined behavior (#131191)
vstinner
authored
a577663
View commit details
Copy full SHA for a577663
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
gh-130851: Only intern constants of types generated by the compiler (#130901)
Show description for 12db452
colesbury
authored
12db452
View commit details
Copy full SHA for 12db452
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
gh-130851: Don't crash when deduping unusual code constants (#130853)
Show description for 2905690
colesbury
authored
2905690
View commit details
Copy full SHA for 2905690
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
Postpone <stdbool.h> inclusion after Python.h (#130641)
Show description for 830f04b
chouquette
authored
830f04b
View commit details
Copy full SHA for 830f04b
View code at this point
Browse repository at this point
Commits on Feb 2, 2025
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Show description for e6c76b9
WolframAlph
and
Eclips4
authored
e6c76b9
View commit details
Copy full SHA for e6c76b9
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
GH-127953: Make line number lookup O(1) regardless of the size of the code object (GH-128350)
markshannon
authored
7239da7
View commit details
Copy full SHA for 7239da7
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
gh-111178: Generate correct signature for most self converters (#128447)
erlend-aasland
authored
537296c
View commit details
Copy full SHA for 537296c
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
gh-128923: Use zero to indicate unassigned unique id (#128925)
Show description for d66c08a
colesbury
authored
d66c08a
View commit details
Copy full SHA for d66c08a
View code at this point
Browse repository at this point
Commits on Jan 13, 2025
gh-111178: fix UBSan failures in `Objects/codeobject.c` (GH-128240)
picnixz
authored
4533036
View commit details
Copy full SHA for 4533036
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
markshannon
authored
d2f1d91
View commit details
Copy full SHA for d2f1d91
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Show description for f4f5308
colesbury
authored
f4f5308
View commit details
Copy full SHA for f4f5308
View code at this point
Browse repository at this point
Commits on Nov 21, 2024
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Show description for 9dabace
ericsnowcurrently
authored
9dabace
View commit details
Copy full SHA for 9dabace
View code at this point
Browse repository at this point
gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)
Show description for 3926842
colesbury
authored
3926842
View commit details
Copy full SHA for 3926842
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Show description for a38e82b
mdboom
authored
a38e82b
View commit details
Copy full SHA for a38e82b
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926)
Show description for 2e95c5b
mpage
authored
2e95c5b
View commit details
Copy full SHA for 2e95c5b
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Show description for 332356b
colesbury
authored
332356b
View commit details
Copy full SHA for 332356b
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-124218: Use per-thread refcounts for code objects (#125216)
Show description for 3ea488a
colesbury
authored
3ea488a
View commit details
Copy full SHA for 3ea488a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL