Files
cpython/Lib
Tim Peters fc57ccb982 SF bug [#470040] ParseTuple t# vs subclasses.
inherit_slots():  tp_as_buffer was getting inherited as if it were a
method pointer, rather than a pointer to a vector of method pointers.  As
a result, inheriting from a type that implemented buffer methods was
ineffective, leaving all the tp_as_buffer slots NULL in the subclass.
2001-10-12 02:38:24 +00:00
..
2001-09-27 04:18:36 +00:00
2001-08-09 12:48:17 +00:00
2001-08-09 12:33:32 +00:00
2001-08-21 06:53:01 +00:00
2001-08-09 21:40:30 +00:00
2001-10-04 05:36:56 +00:00
2001-08-13 14:55:17 +00:00
2001-09-18 02:26:39 +00:00
2001-06-19 00:26:25 +00:00
2001-05-29 04:27:01 +00:00
2001-08-13 14:50:44 +00:00
2001-07-04 07:01:29 +00:00
2001-07-04 10:15:58 +00:00
2001-08-02 07:15:29 +00:00
2001-10-09 20:53:48 +00:00
2001-05-29 06:06:54 +00:00
2001-10-04 05:36:56 +00:00
2001-07-13 18:05:46 +00:00
2001-09-18 02:26:39 +00:00
2001-09-26 19:54:08 +00:00
2001-09-06 19:13:14 +00:00
2001-08-13 14:38:50 +00:00
2001-08-13 14:37:23 +00:00