весь исходник:
import threading
print 'Thread:',threading.activeCount()
Thread: 4
import threading
print 'Thread:',threading.activeCount()
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import threading
>>> threading.activeCount()
1
IDLE 1.2
>>> import threading
>>> threading.activeCount()
2
goblin_maksenumerate:
WinXP:
1
посмотри через threading.enumerate() кто там у тебя закрался…