]> granicus.if.org Git - python/commit
Short and sweet module doing something very useful: for event loop
authorJust van Rossum <just@letterror.com>
Sat, 3 May 2003 00:18:55 +0000 (00:18 +0000)
committerJust van Rossum <just@letterror.com>
Sat, 3 May 2003 00:18:55 +0000 (00:18 +0000)
commit6767eed22a8a3beecaf4a4e0d2bde109dc73d895
treef4f00e3b6d457bd3c163c45179bc82486456183c
parentd797e7b5070a96f27ef03d6cbef6103508552ea8
Short and sweet module doing something very useful: for event loop
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.
Mac/Modules/autoGIL.c [new file with mode: 0644]