Add Greg Stein's buffer object API.

This commit is contained in:
Guido van Rossum 1998-10-07 14:36:10 +00:00
parent 8c1e114d1a
commit 2e19bd7cc7
3 changed files with 661 additions and 0 deletions

View file

@ -76,6 +76,7 @@ PERFORMANCE OF THIS SOFTWARE.
#endif
#include "rangeobject.h"
#include "stringobject.h"
#include "bufferobject.h"
#include "tupleobject.h"
#include "listobject.h"
#include "dictobject.h"