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 yselivanov
Recipients larry, ncoghlan, rhettinger, serhiy.storchaka, yselivanov
Date 2015-06-24.15:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435158887.32.0.040599490548.issue24483@psf.upfronthosting.co.za>
In-reply-to
Content
> I would prefer do not repeat the code, but I afraid this can affect the performance, and the performance of PyDict_GetItem is critical for Python.

Static function calls like that one will most likely be inlined by the compiler... But if you don't want to rely on that, maybe we can use a macro to avoid code duplication?
History
Date User Action Args
2015-06-24 15:14:47yselivanovsetrecipients: + yselivanov, rhettinger, ncoghlan, larry, serhiy.storchaka
2015-06-24 15:14:47yselivanovsetmessageid: <1435158887.32.0.040599490548.issue24483@psf.upfronthosting.co.za>
2015-06-24 15:14:47yselivanovlinkissue24483 messages
2015-06-24 15:14:47yselivanovcreate