Author: travis.oliphant
Date: Tue Feb 19 19:03:53 2008
New Revision: 60906

Modified:
   python/branches/py3k/Include/object.h
Log:
Remove unused and non-PEP-related entry from PyBufferProcs

Modified: python/branches/py3k/Include/object.h
==============================================================================
--- python/branches/py3k/Include/object.h       (original)
+++ python/branches/py3k/Include/object.h       Tue Feb 19 19:03:53 2008
@@ -277,7 +277,6 @@
 typedef struct {
      getbufferproc bf_getbuffer;
      releasebufferproc bf_releasebuffer;
-     inquiry bf_multisegment;
 } PyBufferProcs;
 
 typedef void (*freefunc)(void *);
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to