FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/frameobject.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
frameobject.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
bpo-33041: Fix downcast warning on Windows (#6595)
Show description for 078c4e3
vstinner
authored
078c4e3
View commit details
Copy full SHA for 078c4e3
View code at this point
Browse repository at this point
Commits on Mar 23, 2018
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Show description for 397466d
serhiy-storchaka
authored
397466d
View commit details
Copy full SHA for 397466d
View code at this point
Browse repository at this point
bpo-33041: Rework compiling an "async for" loop. (#6142)
Show description for 702f8f3
serhiy-storchaka
authored
702f8f3
View commit details
Copy full SHA for 702f8f3
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
Show description for b8e9d6c
xdegaye
authored and
serhiy-storchaka
committed
b8e9d6c
View commit details
Copy full SHA for b8e9d6c
View code at this point
Browse repository at this point
Commits on Mar 11, 2018
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
serhiy-storchaka
authored
26c9f56
View commit details
Copy full SHA for 26c9f56
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
ApproximateIdentity
authored and
benjaminp
committed
7023644
View commit details
Copy full SHA for 7023644
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Show description for 520b7ae
authored
520b7ae
View commit details
Copy full SHA for 520b7ae
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
bpo-32690: Preserve order of locals() (#5379)
rhettinger
authored
a4d0001
View commit details
Copy full SHA for a4d0001
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
bpo-32468: Better frame repr() (#5067)
Show description for 1470914
pitrou
authored
1470914
View commit details
Copy full SHA for 1470914
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-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
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 Nov 11, 2016
Issue #28618: Make hot functions using __attribute__((hot))
Show description for c6944e7
vstinner
committed
c6944e7
View commit details
Copy full SHA for c6944e7
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27129: Replaced wordcode related magic constants with macros.
serhiy-storchaka
committed
ab87400
View commit details
Copy full SHA for ab87400
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Show description for 64c26e5
serhiy-storchaka
committed
64c26e5
View commit details
Copy full SHA for 64c26e5
View code at this point
Browse repository at this point
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Show description for 64a263a
serhiy-storchaka
committed
64a263a
View commit details
Copy full SHA for 64a263a
View code at this point
Browse repository at this point
Commits on May 24, 2016
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Show description for b0f80b0
serhiy-storchaka
committed
b0f80b0
View commit details
Copy full SHA for b0f80b0
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
ec39756
View commit details
Copy full SHA for ec39756
View code at this point
Browse repository at this point
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
4884271
View commit details
Copy full SHA for 4884271
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
co_lnotab supports negative line number delta
Show description for f3914eb
vstinner
committed
f3914eb
View commit details
Copy full SHA for f3914eb
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Issue #20440: Cleaning up the code by using Py_SETREF.
serhiy-storchaka
committed
576f132
View commit details
Copy full SHA for 576f132
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for 5a57ade
serhiy-storchaka
committed
5a57ade
View commit details
Copy full SHA for 5a57ade
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
7544508
View commit details
Copy full SHA for 7544508
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
pitrou
committed
acc8cf2
View commit details
Copy full SHA for acc8cf2
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 Nov 7, 2013
frameobject.c: Use an identifer instead of creating explicitly an interned
Show description for 07e9e38
vstinner
committed
07e9e38
View commit details
Copy full SHA for 07e9e38
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 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 Jun 4, 2013
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Show description for 640c35c
vstinner
committed
640c35c
View commit details
Copy full SHA for 640c35c
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 Oct 30, 2012
Issue #9566: Use the right type to fix a compiler warnings on Win64
vstinner
committed
7a6d7cf
View commit details
Copy full SHA for 7a6d7cf
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL