It doesn’t, all it says is (docs link):
Return
Trueif the GIL is enabled andFalseif it is disabled.Added in version 3.13.
It doesn’t, all it says is (docs link):
Return
Trueif the GIL is enabled andFalseif it is disabled.Added in version 3.13.
Yeah, go ahead and copy whatever sys._is_interned has used to get its note. Should be a trivial PR.
I’ve left some comments on the PR about the current proposed sys.abi_features API: