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
Include
boolobject.h
Find file
Blame
History
Permalink
Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order
· 4b17e399
Brett Cannon
authored
Oct 19, 2003
to handle situations like ``if (foo) Py_RETURN_NONE else ...``.
4b17e399