Serhiy Storchaka added the comment:

Following patch also switches the struct of a dict to PyObject_VAR_HEAD.

Should we use Py_SIZE or _PyDict_GET_SIZE? It is easier to replace 
_PyDict_GET_SIZE with Py_SIZE than restore dict-specific name from some of 
Py_SIZE-s.

----------
Added file: http://bugs.python.org/file45877/_PyDict_GET_SIZE-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to