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
The implementations of most stackref functions are similar or identical, so let's combine them when it simplifies things. I think this will also make it less likely that we fix a bug in one build and miss it in the other, like happened in:
The default build now uses
_PyStackRefin a similar way to the free threaded build:_PyStackRefs in the default build. #127875The implementations of most stackref functions are similar or identical, so let's combine them when it simplifies things. I think this will also make it less likely that we fix a bug in one build and miss it in the other, like happened in:
I'll put up a PR soon.
Linked PRs