79700195

Date: 2025-07-13 19:30:27
Score: 0.5
Natty:
Report link

In python we have the GIL, which limits the interpreter to only allow one thread at a time to execute python-code. Since all your function-code is python, it just works "normally" since all threads are waiting to get some "run time" i.e they can only execute code one at a time.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: CutePoison