Y
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
Havoc
107 days ago
Python is interpreted not compiled so don’t see why not
link
lawrencejgd
107 days ago
No, they mean that CPython must be compiled with --disable-gil
link