[issue17034] Use Py_CLEAR() in stringobject.c and bytesobject.c

2013-02-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Actually it is a part of issue16445 or issue16447. Now they will be a little smaller. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue17034] Use Py_CLEAR() in stringobject.c and bytesobject.c

2013-02-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d120cea3507 by Serhiy Storchaka in branch '2.7': Issue #17034: Use Py_CLEAR() in stringobject.c. http://hg.python.org/cpython/rev/4d120cea3507 New changeset 8a747dec89c5 by Serhiy Storchaka in branch '3.2': Issue #17034: Use Py_CLEAR() in bytesobje

[issue17034] Use Py_CLEAR() in stringobject.c and bytesobject.c

2013-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Indeed. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue17034] Use Py_CLEAR() in stringobject.c and bytesobject.c

2013-01-31 Thread Stefan Krah
Stefan Krah added the comment: Yes, it's guaranteed: 6.7.8 Initialization 10) If an object that has automatic storage duration is not initialized explicitly, its value is indeterminate. If an object that has static storage duration is not initialized explicitly, the