Files
cpython/Modules
Gregory P. Smith 68e0135e41 Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined
as (~0U) on NetBSD which was causing it to appear as -1 when used as
a signed int for _multprocessing.SemLock.SEM_VALUE_MAX.  This works
around the problem by substituting INT_MAX on systems where it appears
negative when used as an int.
2010-10-17 02:14:36 +00:00
..
2010-09-03 23:47:32 +00:00
2010-08-28 07:42:21 +00:00
2010-09-01 08:56:10 +00:00
2010-08-15 18:51:10 +00:00
2010-09-05 05:26:10 +00:00
2010-07-06 15:00:40 +00:00
2010-08-24 18:08:22 +00:00
2010-09-28 14:38:31 +00:00
2010-10-13 22:06:39 +00:00
2010-06-18 16:22:00 +00:00
2010-07-04 10:15:11 +00:00
2010-08-15 18:51:10 +00:00
2010-09-24 00:03:39 +00:00
2010-08-16 20:17:07 +00:00
2010-10-11 22:42:28 +00:00
2010-09-03 23:47:32 +00:00
2010-10-11 22:42:28 +00:00