diff options
Diffstat (limited to 'Include/intobject.h')
-rw-r--r-- | Include/intobject.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/intobject.h b/Include/intobject.h index 35be0ef..781a4b5 100644 --- a/Include/intobject.h +++ b/Include/intobject.h @@ -38,8 +38,6 @@ PERFORMANCE OF THIS SOFTWARE. /* Integer object interface */ /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - PyIntObject represents a (long) integer. This is an immutable object; an integer cannot change its value after creation. @@ -68,8 +66,6 @@ extern DL_IMPORT(long) PyInt_GetMax Py_PROTO((void)); /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - False and True are special intobjects used by Boolean expressions. All values of type Boolean must point to either of these; but in contexts where integers are required they are integers (valued 0 and 1). |