summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/autoGIL.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-149/+0
|
* 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.