Skip to content
Snippets Groups Projects
user avatar
Victor Stinner authored
Convert macros to static inline functions to avoid macro pitfalls,
like duplication of side effects:

* _PyObject_SIZE()
* _PyObject_VAR_SIZE()

The result type is size_t (unsigned).
131801d1
History
Name Last commit Last update