Here is a bytes type. It's very minimal but it's a start.

This commit is contained in:
Guido van Rossum 2006-04-22 23:28:04 +00:00
parent d603f645d9
commit 4dfe8a1131
7 changed files with 536 additions and 0 deletions

View file

@ -78,6 +78,7 @@
#include "pydebug.h"
#include "bytesobject.h"
#include "unicodeobject.h"
#include "intobject.h"
#include "boolobject.h"