Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1664ae

Browse files
committed
remove PyCObject
1 parent 286a0d2 commit f1664ae

6 files changed

Lines changed: 2 additions & 292 deletions

File tree

Doc/c-api/cobject.rst

Lines changed: 0 additions & 59 deletions
This file was deleted.

Include/Python.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
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"

Include/cobject.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

Makefile.pre.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1?
1212
Core 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.

Objects/cobject.c

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)