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 jdemeyer
Recipients jdemeyer, methane, vstinner
Date 2019-07-03.09:44:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562147050.31.0.0602730006719.issue37483@roundup.psfhosted.org>
In-reply-to
Content
> _PyObject_CALL_WITH_ARGS(func, PyDict_GetItem(d, key)); // PyDict_GetItem(d, key) is called twice.

Actually, it's not a problem: sizeof() is special, it only looks at the type of its argument, it doesn't execute the code.
History
Date User Action Args
2019-07-03 09:44:10jdemeyersetrecipients: + jdemeyer, vstinner, methane
2019-07-03 09:44:10jdemeyersetmessageid: <1562147050.31.0.0602730006719.issue37483@roundup.psfhosted.org>
2019-07-03 09:44:10jdemeyerlinkissue37483 messages
2019-07-03 09:44:10jdemeyercreate