DEV Community

prabhav131
prabhav131

Posted on

Threading doubt in python

Hi

I am facing a peculiar issue in my app while using threading module in python.
I have started one daemon thread in my code but when i run threading.enumerate() to see rthe active threads, i see 2 or sometimes 3 threads (all daemon) which are active. Question is, why is this happening when i have only initiated on thread?

Any help would be really helpful.

Top comments (0)