Files
cpython/Lib
Tim Peters 2484aaea15 Added a test that provokes the hypothesized (in my last checkin comment)
debug-build failure when an instance of a new-style class is resurrected
by a __del__ method -- we simply never had any code that tried this.

This is already fixed in 2.3 CVS.  In 2.2.1, it blows up via

    Fatal Python error: GC object already in linked list

I'll fix it in 2.2.1 CVS next.
2002-07-11 06:56:07 +00:00
..
2002-05-29 19:40:36 +00:00
2002-06-11 06:22:31 +00:00
2002-06-13 17:59:51 +00:00
2002-06-01 01:29:16 +00:00
2002-07-09 21:22:36 +00:00
2002-06-01 16:07:16 +00:00
2002-06-01 16:07:16 +00:00
2002-05-23 23:58:17 +00:00
2002-04-16 01:38:40 +00:00
2002-06-05 19:07:39 +00:00
2002-06-02 00:40:05 +00:00
2002-06-02 00:40:05 +00:00
2002-06-13 22:18:39 +00:00
2002-05-23 15:15:30 +00:00
2002-05-31 14:15:11 +00:00
2002-04-13 14:03:38 +00:00
2002-05-20 14:48:16 +00:00
2002-06-10 20:00:52 +00:00