[Python-3000-checkins] r60906 - python/branches/py3k/Include/object.h

travis.oliphant python-3000-checkins at python.org
Tue Feb 19 19:03:53 CET 2008


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 *);


More information about the Python-3000-checkins mailing list