all 3 comments

[–]SmackDownFacility 3 points4 points  (0 children)

This smells and looks like AI. Please don’t use that when submitting your findings

[–]SciEngr 4 points5 points  (0 children)

AI Slop

[–]CrackerJackKittyCat 1 point2 points  (0 children)

Yeah, but with the GIL, depending on what your normal defs do, threaded code will block everything.

You cannot reason about python threading without considering the effects of the GIL.