[issue17034] Initialization of globals in stringobject.c and bytesobject.c

2013-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > The initializations to NULL should be guaranteed by the C standard. I don't sure. -- ___ Python tracker ___ ___

[issue17034] Initialization of globals in stringobject.c and bytesobject.c

2013-01-31 Thread Stefan Krah
Stefan Krah added the comment: This is mainly about Py_CLEAR(), right? The initializations to NULL should be guaranteed by the C standard. -- ___ Python tracker ___ _

[issue17034] Initialization of globals in stringobject.c and bytesobject.c

2013-01-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17034] Initialization of globals in stringobject.c and bytesobject.c

2013-01-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And for bytesobject.c in 3.x. -- title: Initialization of globals in stringobject.c -> Initialization of globals in stringobject.c and bytesobject.c versions: +Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file28842/bytes_globa