File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8888#include "funcobject.h"
8989#include "classobject.h"
9090#include "fileobject.h"
91- #include "cobject.h"
9291#include "pycapsule.h"
9392#include "traceback.h"
9493#include "sliceobject.h"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -327,7 +327,6 @@ OBJECT_OBJS= \
327327 Objects/bytesobject.o \
328328 Objects/cellobject.o \
329329 Objects/classobject.o \
330- Objects/cobject.o \
331330 Objects/codeobject.o \
332331 Objects/complexobject.o \
333332 Objects/descrobject.o \
@@ -622,7 +621,6 @@ PYTHON_HEADERS= \
622621 Include/cellobject.h \
623622 Include/ceval.h \
624623 Include/classobject.h \
625- Include/cobject.h \
626624 Include/code.h \
627625 Include/codecs.h \
628626 Include/compile.h \
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1?
1212Core and Builtins
1313-----------------
1414
15+ - The deprecated PyCObject has been removed.
16+
1517- Issue #6347: Include inttypes.h as well as stdint.h in pyport.h.
1618 This fixes a build failure on HP-UX: int32_t and uint32_t are
1719 defined in inttypes.h instead of stdint.h on that platform.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments