Commit bb578267 authored by R David Murray's avatar R David Murray

Merge heads.

parents c8e6450b 4ef43b2d
...@@ -103,7 +103,7 @@ do { memory -= size; printf("%8d - %s\n", memory, comment); } while (0) ...@@ -103,7 +103,7 @@ do { memory -= size; printf("%8d - %s\n", memory, comment); } while (0)
/* Py_CLEAR for a PyObject* that uses a join flag. Pass the pointer by /* Py_CLEAR for a PyObject* that uses a join flag. Pass the pointer by
* reference since this function sets it to NULL. * reference since this function sets it to NULL.
*/ */
void _clear_joined_ptr(PyObject **p) static void _clear_joined_ptr(PyObject **p)
{ {
if (*p) { if (*p) {
PyObject *tmp = JOIN_OBJ(*p); PyObject *tmp = JOIN_OBJ(*p);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment