[Python-checkins] python/dist/src/Python thread.c, 2.47,
2.48 thread_pthread.h, 2.47, 2.48
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Wed Nov 19 17:52:25 EST 2003
- Previous message: [Python-checkins] python/dist/src/Mac/Modules Nav.c,1.27,1.28
- Next message: [Python-checkins] python/dist/src/Modules _localemodule.c, 2.42,
2.43 errnomodule.c, 2.18, 2.19 socketmodule.c, 1.277,
1.278 structmodule.c, 2.60, 2.61
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv4143/Python
Modified Files:
thread.c thread_pthread.h
Log Message:
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Index: thread.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread.c,v
retrieving revision 2.47
retrieving revision 2.48
diff -C2 -d -r2.47 -r2.48
*** thread.c 20 Sep 2003 11:13:36 -0000 2.47
--- thread.c 19 Nov 2003 22:52:22 -0000 2.48
***************
*** 46,53 ****
#endif
- #if defined(__MWERKS__) && !defined(__BEOS__)
- #define _POSIX_THREADS
- #endif
-
#endif /* _POSIX_THREADS */
--- 46,49 ----
Index: thread_pthread.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_pthread.h,v
retrieving revision 2.47
retrieving revision 2.48
diff -C2 -d -r2.47 -r2.48
*** thread_pthread.h 22 Jul 2003 15:20:49 -0000 2.47
--- thread_pthread.h 19 Nov 2003 22:52:22 -0000 2.48
***************
*** 69,80 ****
#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 */
--- 69,72 ----
- Previous message: [Python-checkins] python/dist/src/Mac/Modules Nav.c,1.27,1.28
- Next message: [Python-checkins] python/dist/src/Modules _localemodule.c, 2.42,
2.43 errnomodule.c, 2.18, 2.19 socketmodule.c, 1.277,
1.278 structmodule.c, 2.60, 2.61
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list