FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/frameobject.h - 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
frameobject.h
on
main
User selector
Datepicker
Commit history
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076bef
vstinner
authored
7076bef
View commit details
Copy full SHA for 7076bef
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
bpo-40421: Add pyframe.h header file (GH-19755)
Show description for 7c59d7c
vstinner
authored
7c59d7c
View commit details
Copy full SHA for 7c59d7c
View code at this point
Browse repository at this point
Commits on Jan 20, 2020
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052)
ncoghlan
authored
1e420f8
View commit details
Copy full SHA for 1e420f8
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76
pablogsal
authored
cd7db76
View commit details
Copy full SHA for cd7db76
View code at this point
Browse repository at this point
Commits on May 19, 2019
bpo-35134: Split traceback.h header (GH-13430)
Show description for ed48866
vstinner
authored
ed48866
View commit details
Copy full SHA for ed48866
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
Move exc state to generator. Fixes bpo-25612 (#1773)
Show description for ae3087c
markshannon
authored and
pitrou
committed
ae3087c
View commit details
Copy full SHA for ae3087c
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-31344: Per-frame control of trace events (GH-3417)
Show description for 5a85167
ncoghlan
authored
5a85167
View commit details
Copy full SHA for 5a85167
View code at this point
Browse repository at this point
Commits on Dec 24, 2016
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
Show description for 5a625d0
methane
committed
5a625d0
View commit details
Copy full SHA for 5a625d0
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
fix indentation of comment
benjaminp
committed
3da8206
View commit details
Copy full SHA for 3da8206
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
Issue #14432: Remove the thread state field from the frame structure. Fix a
Show description for fdeb6ec
vstinner
committed
fdeb6ec
View commit details
Copy full SHA for fdeb6ec
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Show description for 41bb43a
vstinner
committed
41bb43a
View commit details
Copy full SHA for 41bb43a
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
Issue #18665: fix typos. Patch by Vajrasky Kok.
pitrou
committed
236a547
View commit details
Copy full SHA for 236a547
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles.
pitrou
committed
58720d6
View commit details
Copy full SHA for 58720d6
View code at this point
Browse repository at this point
Commits on May 14, 2013
Backout c89febab4648 following private feedback by Guido.
Show description for 9396356
pitrou
committed
9396356
View commit details
Copy full SHA for 9396356
View code at this point
Browse repository at this point
Commits on May 8, 2013
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
pitrou
committed
04e70d1
View commit details
Copy full SHA for 04e70d1
View code at this point
Browse repository at this point
Commits on Dec 5, 2012
Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state and swap_exc_state functions now.
asvetlov
committed
c37cfd6
View commit details
Copy full SHA for c37cfd6
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
davidmalcolm
committed
49526f4
View commit details
Copy full SHA for 49526f4
View code at this point
Browse repository at this point
Commits on Mar 15, 2012
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Show description for 2afe6ae
benjaminp
committed
2afe6ae
View commit details
Copy full SHA for 2afe6ae
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
1f7ce62
View commit details
Copy full SHA for 1f7ce62
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
4d0d471
View commit details
Copy full SHA for 4d0d471
View code at this point
Browse repository at this point
Commits on Jul 21, 2009
Merged revisions 72487-72488,72879 via svnmerge from
Show description for 7b82b40
avassalotti
committed
7b82b40
View commit details
Copy full SHA for 7b82b40
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
#3021: Antoine Pitrou's Lexical exception handlers
benjaminp
committed
eec3d71
View commit details
Copy full SHA for eec3d71
View code at this point
Browse repository at this point
Commits on Feb 16, 2008
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,…
Show description for a156e09
tiran
committed
a156e09
View commit details
Copy full SHA for a156e09
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
tiran
committed
90aa764
View commit details
Copy full SHA for 90aa764
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
Merged revisions 56467-56482 via svnmerge from
Show description for 9f2e346
loewis
committed
9f2e346
View commit details
Copy full SHA for 9f2e346
View code at this point
Browse repository at this point
Commits on May 14, 2007
Merged revisions 55270-55324 via svnmerge from
Show description for a8add0e
gvanrossum
committed
a8add0e
View commit details
Copy full SHA for a8add0e
View code at this point
Browse repository at this point
Commits on Aug 11, 2006
Merged revisions 46753-51188 via svnmerge from
Show description for 0e3f591
Yhg1s
committed
0e3f591
View commit details
Copy full SHA for 0e3f591
View code at this point
Browse repository at this point
Commits on May 27, 2006
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Show description for 477c8d5
Yhg1s
committed
477c8d5
View commit details
Copy full SHA for 477c8d5
View code at this point
Browse repository at this point
Commits on Jul 2, 2004
SF Bug #215126: Over restricted type checking on eval() function
Show description for 214b1c3
rhettinger
committed
214b1c3
View commit details
Copy full SHA for 214b1c3
View code at this point
Browse repository at this point
Commits on Sep 11, 2002
A slight change to SET_LINENO-less tracing.
Show description for 02ff6a9
Michael W. Hudson
committed
02ff6a9
View commit details
Copy full SHA for 02ff6a9
View code at this point
Browse repository at this point
Commits on Aug 12, 2002
Excise DL_EXPORT from Include.
Show description for 91a681d
mhammond
committed
91a681d
View commit details
Copy full SHA for 91a681d
View code at this point
Browse repository at this point
Commits on Jul 14, 2002
SF patch # 580411, move frame macros from frameobject.h into ceval.c
Show description for a81d220
nnorwitz
committed
a81d220
View commit details
Copy full SHA for a81d220
View code at this point
Browse repository at this point
Commits on Aug 29, 2001
Make frames a PyVarObject instead of a PyObject.
nascheme
committed
251ead8
View commit details
Copy full SHA for 251ead8
View code at this point
Browse repository at this point
Commits on Jun 23, 2001
PyFrameObject: rename f_stackbottom to f_stacktop, since it points to
Show description for 8c96369
tim-one
committed
8c96369
View commit details
Copy full SHA for 8c96369
View code at this point
Browse repository at this point
Commits on Jun 18, 2001
Merging the gen-branch into the main line, at Guido's direction. Yay!
Show description for 5ca576e
tim-one
committed
5ca576e
View commit details
Copy full SHA for 5ca576e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL