mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Getting rid of code dependent on GUSI or the MetroWerks compiler.
This commit is contained in:
parent
bc2fbc74ed
commit
4bae2d5e46
7 changed files with 1 additions and 60 deletions
|
@ -45,10 +45,6 @@ extern char *getenv(const char *);
|
|||
#define SUN_LWP
|
||||
#endif
|
||||
|
||||
#if defined(__MWERKS__) && !defined(__BEOS__)
|
||||
#define _POSIX_THREADS
|
||||
#endif
|
||||
|
||||
#endif /* _POSIX_THREADS */
|
||||
|
||||
|
||||
|
|
|
@ -68,14 +68,6 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef USE_GUSI
|
||||
/* The Macintosh GUSI I/O library sets the stackspace to
|
||||
** 20KB, much too low. We up it to 64K.
|
||||
*/
|
||||
#define THREAD_STACK_SIZE 0x10000
|
||||
#endif
|
||||
|
||||
|
||||
/* set default attribute object for different versions */
|
||||
|
||||
#if defined(PY_PTHREAD_D4) || defined(PY_PTHREAD_D7)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue