Hacker News new | ask | show | jobs
by Havoc 108 days ago
Can’t it just profile them and pick the right one accordingly?
1 comments

Is the GIL implemented as a run-time option? I thought this feature had to be enabled at compile-time.
Python is interpreted not compiled so don’t see why not
No, they mean that CPython must be compiled with --disable-gil