[issue2592] weakref.proxy fails to delegate tp_index slot

Nick Coghlan report at bugs.python.org
Tue Apr 8 18:48:33 CEST 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Marking as easy - it should be possible to just look at what the code in
Objects\weakref.c is already doing for slots like tp_len and tp_int and
do the same thing for tp_index.

----------
keywords: +easy

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2592>
__________________________________


More information about the Python-bugs-list mailing list