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
arrayarray.h
Find file
Blame
History
Permalink
Use Py_TYPE() and __Pyx_SET_SIZE() functions
· adce1635
Victor Stinner
authored
Dec 09, 2020
Replace direct access to PyObject members with functions like Py_TYPE() and __Pyx_SET_SIZE().
adce1635