FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/codeobject.c - Python-Repository-Hub/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
5
Star
43
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
codeobject.c
on
main
User selector
Datepicker
Commit history
Commits on Sep 6, 2023
gh-108751: Add copy.replace() function (GH-108752)
Show description for 6f3c138
serhiy-storchaka
authored
6f3c138
View commit details
Copy full SHA for 6f3c138
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
iritkatriel
authored
72119d1
View commit details
Copy full SHA for 72119d1
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
corona10
authored
e6db23f
View commit details
Copy full SHA for e6db23f
View code at this point
Browse repository at this point
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
corona10
authored
4fdf3fd
View commit details
Copy full SHA for 4fdf3fd
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
gh-106581: Project through calls (#108067)
Show description for 61c7249
gvanrossum
authored
61c7249
View commit details
Copy full SHA for 61c7249
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
Commits on Aug 7, 2023
gh-86457: Fix signature for code.replace() (GH-23199)
Show description for 0e6e32f
serhiy-storchaka
authored
0e6e32f
View commit details
Copy full SHA for 0e6e32f
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-106320: Move private _PySet API to the internal API (#107041)
Show description for 5e4af2a
vstinner
authored
5e4af2a
View commit details
Copy full SHA for 5e4af2a
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
Fix possible refleak in CodeType.replace() (GH-106243)
Show description for 3c70d46
serhiy-storchaka
authored
3c70d46
View commit details
Copy full SHA for 3c70d46
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Show description for 5816199
markshannon
authored
5816199
View commit details
Copy full SHA for 5816199
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
GH-100987: Allow objects other than code objects as the "executable" of an internal frame. (GH-105727)
Show description for 7199584
markshannon
authored
7199584
View commit details
Copy full SHA for 7199584
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
View commit details
Copy full SHA for 4bfa01b
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093
vstinner
authored
ef30093
View commit details
Copy full SHA for ef30093
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Show description for 411b169
markshannon
authored
411b169
View commit details
Copy full SHA for 411b169
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Show description for 2a72125
sobolevn
and
arhadthedev
authored
2a72125
View commit details
Copy full SHA for 2a72125
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
gh-102381: don't call watcher callback with dead object (#102382)
Show description for 1e703a4
carljm
and
Yhg1s
authored
1e703a4
View commit details
Copy full SHA for 1e703a4
View code at this point
Browse repository at this point
Commits on Feb 28, 2023
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
encukou
authored
6b2d7c0
View commit details
Copy full SHA for 6b2d7c0
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5c
zooba
authored
a99eb5c
View commit details
Copy full SHA for a99eb5c
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
GH-100117: Make `co_lines` more efficient (GH-100447)
brandtbucher
authored
f07daaf
View commit details
Copy full SHA for f07daaf
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
markshannon
authored
15aecf8
View commit details
Copy full SHA for 15aecf8
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
gh-94155: Reduce hash collisions for code objects (#100183)
Show description for a98d9ea
sweeneyde
authored
a98d9ea
View commit details
Copy full SHA for a98d9ea
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
GH-100000: Cleanup and polish various watchers code (GH-99998)
Show description for ae83c78
itamaro
authored
ae83c78
View commit details
Copy full SHA for ae83c78
View code at this point
Browse repository at this point
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
markshannon
authored
6997e77
View commit details
Copy full SHA for 6997e77
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2
markshannon
authored
fb713b2
View commit details
Copy full SHA for fb713b2
View code at this point
Browse repository at this point
Commits on Dec 2, 2022
GH-91054: Add code object watchers API (GH-99859)
Show description for 3c137dc
itamaro
and
Ye11ow-Flash
authored
3c137dc
View commit details
Copy full SHA for 3c137dc
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Show description for 74d5f61
vstinner
authored
74d5f61
View commit details
Copy full SHA for 74d5f61
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Show description for c0feb99
vstinner
authored
c0feb99
View commit details
Copy full SHA for c0feb99
View code at this point
Browse repository at this point
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Show description for 1e197e6
markshannon
authored
1e197e6
View commit details
Copy full SHA for 1e197e6
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
GH-98686: Quicken everything (GH-98687)
brandtbucher
authored
276d777
View commit details
Copy full SHA for 276d777
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
gh-95756: Free and NULL-out code caches when needed (GH-98181)
Fidget-Spinner
authored
7ec2e27
View commit details
Copy full SHA for 7ec2e27
View code at this point
Browse repository at this point
gh-95756: Lazily created cached co_* attrs (GH-97791)
Fidget-Spinner
authored
b399115
View commit details
Copy full SHA for b399115
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
brandtbucher
authored
0ff8fd6
View commit details
Copy full SHA for 0ff8fd6
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)
sobolevn
authored
e990c6a
View commit details
Copy full SHA for e990c6a
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
pablogsal
authored
16ebae4
View commit details
Copy full SHA for 16ebae4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL