Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
pystate.c
Find file
Blame
History
Permalink
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
· 99e69d44
Victor Stinner
authored
Apr 26, 2019
_PyThreadState_Delete() has no return value.
99e69d44