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-12-06 20:12:51 -05:00
2013-07-22 22:08:17 -07:00
2013-07-27 02:41:03 +02:00
2013-10-31 01:20:58 -04:00
2013-03-20 00:39:41 -05:00
2013-11-22 09:05:39 -07:00
2012-10-05 01:04:27 +02:00
2013-09-26 22:21:41 -04:00