New submission from STINNER Victor <[EMAIL PROTECTED]>: If locale.strcoll(a, b) fails because PyUnicode_FromObject(b) fails, refcount of a is wrong. Attached patch fixes the problem.
---------- components: Library (Lib) files: locale_strcoll_rel1.patch keywords: patch messages: 69336 nosy: haypo severity: normal status: open title: invalid ref count on locale.strcoll() error type: crash versions: Python 2.6 Added file: http://bugs.python.org/file10832/locale_strcoll_rel1.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3303> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com