summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/multiprocessing.h
Commit message (Collapse)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-15/+15
|
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-1/+1
| | | | | to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead.
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-1/+1
| | | | | | properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing.
* multiprocessing doesn't compile in Solaris because a typoJesus Cea2009-07-021-1/+1
|
* Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to ↵Jesse Noller2009-04-021-5/+10
| | | | Martin Loewis
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin ↵Jesse Noller2009-04-021-1/+1
| | | | Lowis for help
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-011-0/+3
|
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-041-0/+2
|
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-101-1/+0
| | | | | | | | | PyString_FromFormat which has an independent implementation, and uses "%zd". This makes a difference on win64, where printf needs "%Id" to display 64bit values. For example, queue.__repr__ was incorrect. Reviewed by Martin von Loewis.
* Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by ↵Jesse Noller2008-09-031-0/+11
| | | | pitrou
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-163/+163
|
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+163