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
cython
Repository
cython
Cython
Utility
CythonFunction.c
Find file
Blame
History
Permalink
Use Py_TYPE() and Py_REFCNT() macros (GH-3932)
· 019aebdf
Victor Stinner
authored
May 02, 2021
Don't access directly PyObject.ob_type and PyObject.ob_refcnt members.
019aebdf