]> granicus.if.org Git - python/commit
static PyObject* variables should use PyString_InternFromString() instead of PyObject...
authorChristian Heimes <christian@cheimes.de>
Mon, 28 Jan 2008 02:07:53 +0000 (02:07 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 28 Jan 2008 02:07:53 +0000 (02:07 +0000)
commitd7e1b2bd17cee31bb581a71fff20101be0b34bc6
treea30973b18a8b5bf84e25eae590181cce9a59a217
parent908caac52e8e62baa1ee54e4e650e1cd3ac37907
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Objects/abstract.c
Objects/complexobject.c
Objects/fileobject.c
Python/compile.c