nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.97k stars 188 forks source link

Python Module: Release the GIL in peek_event/poll_event #17

Closed talanis85 closed 11 years ago

talanis85 commented 11 years ago

Hi,

these two patches allow for threaded use of peek_event/poll_event in the python module.

Greetings, Philip

nsf commented 11 years ago

Since I don't use python bindings myself, I'll just merge it as is.