adspace
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category