~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Include/Python.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
#include "patchlevel.h"
8
8
#include "pyconfig.h"
 
9
#include "pymacconfig.h"
9
10
 
10
11
/* Cyclic gc is always enabled, starting with release 2.3a1.  Supply the
11
12
 * old symbol for the benefit of extension modules written before then
94
95
/* #include "memoryobject.h" */
95
96
#include "bufferobject.h"
96
97
#include "bytesobject.h"
 
98
#include "bytearrayobject.h"
97
99
#include "tupleobject.h"
98
100
#include "listobject.h"
99
101
#include "dictobject.h"