Hacker News new | ask | show | jobs
by dguest 108 days ago
Is the GIL implemented as a run-time option? I thought this feature had to be enabled at compile-time.
1 comments

Python is interpreted not compiled so don’t see why not
No, they mean that CPython must be compiled with --disable-gil