bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
Use directly the PyThreadState_Get() function in public header files, since PyThreadState_GET() macro is just an alias to it in pratice in these files.
V
Victor Stinner committed
62078101ea1be5d2fc472a3f0d9d135e0bd5cd38
Parent: 5592f2b
Committed by GitHub <noreply@github.com>
on 2/19/2021, 12:21:51 PM