summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/autoGIL.c
Commit message (Collapse)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-98/+98
|
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+3
|
* fixed typoJust van Rossum2003-05-031-2/+2
|
* Short and sweet module doing something very useful: for event loopJust van Rossum2003-05-031-0/+149
based threads, release the GIL when the event loop goes to sleep, and acquire it again when the event loop wakes up again. OSX-only.