|
|
|
|
|
by schmeii
1072 days ago
|
|
Probably in the long-term the two build-mode will be merged and there will only be a "nogil" build-mode. Which doesn't mean there will be no GIL. Contrary to popular belief the goal of PEP 703 is not to remove the GIL, but only to be able to disable at runtime if you need free threading, so it is an opt-in feature. In the interim, it seems that Conda have volonteered to build the extensions that are frequently used in the scientific community. |
|