Issue #2396: backport the memoryview object.

This commit is contained in:
Antoine Pitrou 2009-04-02 21:18:34 +00:00
parent 48e3fd240f
commit 789be0c0a0
15 changed files with 1672 additions and 26 deletions

View file

@ -92,7 +92,7 @@
#endif
#include "rangeobject.h"
#include "stringobject.h"
/* #include "memoryobject.h" */
#include "memoryobject.h"
#include "bufferobject.h"
#include "bytesobject.h"
#include "bytearrayobject.h"