Iuri Diniz added the comment:
Is this bug valid?
I have checked that only bytearray, bytes, list, range, str and tuple are valid
sequence types [using issubclass(type, collections.Sequence)] and all of them
has index and count methods...
I'm working on a script to discovery what
Iuri Diniz added the comment:
Well, I think that script not more necessary
count problem: Issue10474
--
___
Python tracker
<http://bugs.python.org/issue9
Iuri Diniz added the comment:
Bug stills on branch
http://svn.python.org/projects/python/branches/py3k
branch http://svn.python.org/projects/python/branches/release27-maint is OK
doing some gdb on 3.2, I have discovered that the problem occurs when trying to
dump global Example from module
Iuri Diniz added the comment:
preliminary gdb backtrace
--
Added file: http://bugs.python.org/file19735/backtrace-py3k-8943.txt
___
Python tracker
<http://bugs.python.org/issue8
Iuri Diniz added the comment:
Well, this is a pickle problem or a Interactive console problem?
on python 2.7 does not save a type "type" (like Example class is)
2: type->tp_name = 0x58a87c "instance"
2: type->tp_name = 0x590391 "dict"
2: type->tp