Hacker News new | ask | show | jobs
by LtWorf 234 days ago
3) Saying your package doesn't support free threading instead of adding a GIL and force the users to stick to regular python.
1 comments

You aren't forced to use a GIL as I keep stating. You can set an environment variable or a command line flag to Python and the GIL will remain disabled. My package will work just fine if you do that, unless you provide it with data you concurrently modify in which case you can get corruption and crashes.