Files
cpython/Include
Victor Stinner 62078101ea 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.
2021-02-19 13:21:51 +01:00
..
2020-10-12 12:10:42 -07:00
2021-02-03 06:15:44 +00:00
2016-08-20 08:03:06 +00:00