[issue3303] invalid ref count on locale.strcoll() error

STINNER Victor report at bugs.python.org
Sun Jul 6 18:07:28 CEST 2008


STINNER Victor <haypo at users.sourceforge.net> added the comment:

Example to reproduce the bug:

import locale; locale.strcoll(u"a", None)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3303>
_______________________________________


More information about the Python-bugs-list mailing list