[Neal Norwitz] > I'm wondering if the following change should be made to > Include/weakrefobject.h:
Yes. > -PyAPI_FUNC(long) _PyWeakref_GetWeakrefCount(PyWeakReference *head); > +PyAPI_FUNC(Py_ssize_t) _PyWeakref_GetWeakrefCount(PyWeakReference *head); > > And the 2 other files which use this (weakref obj and module). Should > this be changed now, wait for 2.6, or not worry about it? +1 on biting the bullet for 2.5. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com