mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add Greg Stein's buffer object API.
This commit is contained in:
parent
8c1e114d1a
commit
2e19bd7cc7
3 changed files with 661 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue