]> granicus.if.org Git - python/commit
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Apr 2019 03:48:51 +0000 (05:48 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 03:48:51 +0000 (05:48 +0200)
commit99e69d44f499625786a2e6461a954adcd0037d69
tree335af538c16794abb8255e3f5e86a30d6adf15b8
parent4d29983185bc12ca685a1eb3873bacb8a7b67416
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)

_PyThreadState_Delete() has no return value.
Python/pystate.c