]> granicus.if.org Git - python/commit
Add Greg Stein's buffer object API.
authorGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:36:10 +0000 (14:36 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:36:10 +0000 (14:36 +0000)
commit2e19bd7cc7520052b0c6e3d3da6baf45fb3b5e6b
tree72c314cd75953e0a44774693042013e5df51f900
parent8c1e114d1af2eae634f5b5a999a34d6ea1386c0d
Add Greg Stein's buffer object API.
Include/Python.h
Include/bufferobject.h [new file with mode: 0644]
Objects/bufferobject.c [new file with mode: 0644]