This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients methane, rhettinger, serhiy.storchaka, vstinner
Date 2016-12-13.18:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481655406.62.0.20937378003.issue28959@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-13 18:56:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, methane
2016-12-13 18:56:46serhiy.storchakasetmessageid: <1481655406.62.0.20937378003.issue28959@psf.upfronthosting.co.za>
2016-12-13 18:56:46serhiy.storchakalinkissue28959 messages
2016-12-13 18:56:46serhiy.storchakacreate