diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-12 02:38:24 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-12 02:38:24 (GMT) |
commit | fc57ccb98248b4a8f4ba4debdf3791970b136c4d (patch) | |
tree | a0aba8c9a056e54a0faa26a619d653905d773540 /Modules | |
parent | 401a76dcab6766d85bfcbb7e3705ee376e97bc06 (diff) | |
download | cpython-fc57ccb98248b4a8f4ba4debdf3791970b136c4d.zip cpython-fc57ccb98248b4a8f4ba4debdf3791970b136c4d.tar.gz cpython-fc57ccb98248b4a8f4ba4debdf3791970b136c4d.tar.bz2 |
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.
Diffstat (limited to 'Modules')
0 files changed, 0 insertions, 0 deletions