FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/cpython/code.h - 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
Include
cpython
code.h
on
3.12
User selector
Datepicker
Commit history
Commits on May 1, 2024
[3.12] gh-116767: fix crash on 'async with' with many context managers (GH-118348) (#118477)
Show description for ebef3c5
iritkatriel
authored
ebef3c5
View commit details
Copy full SHA for ebef3c5
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
[3.12] chore: fix typos (#116345) (#116370)
Show description for 84b023d
terryjreedy
and
cuishuang
authored
84b023d
View commit details
Copy full SHA for 84b023d
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events()` (GH-108420) (#108899)
Show description for 7ee021f
markshannon
authored
7ee021f
View commit details
Copy full SHA for 7ee021f
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346)
Show description for 3b1a4c1
markshannon
authored
3b1a4c1
View commit details
Copy full SHA for 3b1a4c1
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
[3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069) (#107075)
Show description for 0d4a766
vstinner
authored
0d4a766
View commit details
Copy full SHA for 0d4a766
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 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 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 15, 2022
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
Show description for bdd8674
carljm
authored
bdd8674
View commit details
Copy full SHA for bdd8674
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
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 28, 2022
Use _Py_RVALUE() in macros (#99844)
Show description for 7bae15c
vstinner
authored
7bae15c
View commit details
Copy full SHA for 7bae15c
View code at this point
Browse repository at this point
gh-89653: PEP 670: Convert macros to functions (#99843)
Show description for 02f72b8
vstinner
authored
02f72b8
View commit details
Copy full SHA for 02f72b8
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: 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 Aug 4, 2022
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Fidget-Spinner
authored
42b102b
View commit details
Copy full SHA for 42b102b
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Show description for 50a5ab2
Fidget-Spinner
authored
50a5ab2
View commit details
Copy full SHA for 50a5ab2
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74
vstinner
authored
7ad6f74
View commit details
Copy full SHA for 7ad6f74
View code at this point
Browse repository at this point
GH-93516: Speedup line number checks when tracing. (GH-93763)
Show description for ab0e601
markshannon
authored
ab0e601
View commit details
Copy full SHA for ab0e601
View code at this point
Browse repository at this point
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
markshannon
authored
45e62a2
View commit details
Copy full SHA for 45e62a2
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
vstinner
authored
7546914
View commit details
Copy full SHA for 7546914
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
markshannon
authored
3cd1a5d
View commit details
Copy full SHA for 3cd1a5d
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Show description for d52ffc1
authored
d52ffc1
View commit details
Copy full SHA for d52ffc1
View code at this point
Browse repository at this point
Commits on May 3, 2022
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Fidget-Spinner
authored
6c7249f
View commit details
Copy full SHA for 6c7249f
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Show description for 944fffe
markshannon
authored
944fffe
View commit details
Copy full SHA for 944fffe
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
bpo-35134: Remove the Include/code.h header file (GH-32385)
Show description for 85addfb
vstinner
authored
85addfb
View commit details
Copy full SHA for 85addfb
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
bpo-46841: Quicken code in-place (GH-31888)
Show description for 2bde682
brandtbucher
authored
2bde682
View commit details
Copy full SHA for 2bde682
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
brandtbucher
authored
a89c29f
View commit details
Copy full SHA for a89c29f
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
authored
f193631
View commit details
Copy full SHA for f193631
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1
vstinner
authored
4a0c7a1
View commit details
Copy full SHA for 4a0c7a1
View code at this point
Browse repository at this point
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
brandtbucher
authored
0f41aac
View commit details
Copy full SHA for 0f41aac
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
Remove legacy opcache structs (GH-27164)
Fidget-Spinner
authored
e9cd47d
View commit details
Copy full SHA for e9cd47d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL