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-10-05 16:28:04 -04:00
2013-11-30 17:58:53 -08:00
2012-11-12 20:24:09 +01:00
2013-11-24 06:59:35 -08:00
2012-10-24 08:21:52 -07:00