Files
cpython/Objects
Victor Stinner fdeb6ec45a Issue #14432: Remove the thread state field from the frame structure. Fix a
crash when a generator is created in a C thread that is destroyed while the
generator is still used. The issue was that a generator contains a frame, and
the frame kept a reference to the Python state of the destroyed C thread. The
crash occurs when a trace function is setup.
2013-12-13 02:01:38 +01:00
..
2013-11-22 09:05:39 -07:00
2013-11-30 17:58:53 -08:00
2013-10-06 00:38:19 +03:00