Closed mthrok closed 1 month ago
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This reverts commit fe21d111c8bd1f12777f6715b784ad7fbe690398.
In Python 3.13 there are three kinds of mode
The runtime GIl is determined either by flag
-Xgil
, env varPYTHON_GIL
, or whether a module complied with GIL enabled is imported or not.So keeping a separate
SPDL_HOLD_GIL
option, allows to support all the build modes.