mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Bit the bullet and enabled garbage collection (finally).
Also updated pyconfig.h to the current state of pyconfig.h.in.
This commit is contained in:
parent
230e5789e5
commit
59c14e2254
5 changed files with 64 additions and 12 deletions
|
|
@ -57,7 +57,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define TARGET_API " PPC"
|
||||
#endif
|
||||
|
||||
#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD"]"
|
||||
#ifdef WITH_CYCLE_GC
|
||||
#define HASGC " GC"
|
||||
#else
|
||||
#define HASGC ""
|
||||
#endif
|
||||
|
||||
#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD HASGC"]"
|
||||
#endif
|
||||
|
||||
#ifdef MPW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue