Is python a single thread?



Is python a single thread?..

Answer / Rohit Ranjan

Python is not inherently single-threaded. Python provides the threading module for implementing multithreading, but it's important to note that Global Interpreter Lock (GIL) limits concurrency in CPython interpreter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

Are threads faster than processes?

1 Answers  


Do threads share file descriptors?

1 Answers  


Do threads share heap?

1 Answers  


What are threads in c?

1 Answers  


What are the differences between user level threads and kernel threads?

1 Answers  


What is user level and kernel level thread?

1 Answers  


Is it better to have more cores or more threads?

1 Answers  


A _____ cpu is a cpu that has a speed greater than the speed that was originally intended for the processor.

2 Answers  


Why is threading bad for you?

1 Answers  


How many threads can one core handle?

1 Answers  


What is the use of thread over process?

11 Answers   NetApp,


What do cpu threads do?

1 Answers  


Categories