Block and continue question

Adrian Eyre a.eyre at optichrome.com
Wed Nov 24 04:19:53 EST 1999


> What is the most elegant way to do this within
> Python?

Use an extension module.

Read the chapters about extension modules on the
Python website. But basically, if the C function
blocks, then so will the Python function.

--------------------------------------------
Adrian Eyre <mailto:a.eyre at optichrome.com>
Optichrome Computer Solutions Ltd
Maybury Road, Woking, Surrey, GU21 5HX, UK
Tel: +44 1483 740 233  Fax: +44 1483 760 644
http://www.optichrome.com 
--------------------------------------------





More information about the Python-list mailing list