]> granicus.if.org Git - python/commit
Add PyObject_CheckReadBuffer(), which returns true if its argument
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 Nov 2001 21:59:42 +0000 (21:59 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 Nov 2001 21:59:42 +0000 (21:59 +0000)
commit89c3a22a2788cb85b89990543e33236cd60ba307
treec7da0d69ab040e3e3f3f5b94752bf182d7b205c9
parentda4ffeecf5106250ce1cb184b22f0c7e691e9f74
Add PyObject_CheckReadBuffer(), which returns true if its argument
supports the single-segment readable buffer interface.

Add documentation for this and other PyObject_XXXBuffer() calls.
Doc/api/abstract.tex
Include/abstract.h
Objects/abstract.c