You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
#43540 already vendored `pythoncapi_compat.h`, so closing #43069 by using this as well for `Py_IsFinalizing` (which was added in #42034, and for which we opened that follow-up issue to use `pythoncapi_compat.h` instead)
Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Describe the enhancement requested
This issue is an enhancement follow up from this comment: #42034 (comment)
Based on the discussion:
Vendoring it should be trivial: there is a single .h file.
Component(s)
C++, Python
The text was updated successfully, but these errors were encountered: