Only while interactive
Posted Sep 7, 2006 14:36 UTC (Thu) by
nas (subscriber, #17)
Parent article:
Various notes, all about Python
Note that it only polls when sitting in the readline interactive prompt. Try strace python -c 'while True: pass'. The bug should and will be fixed but this is hardly a major problem.
(
Log in to post comments)