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 scoder
Recipients methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-09-06.06:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504679985.39.0.747752440352.issue31336@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, it seems that Yury's dict copy optimisation would also help here. When I use a benchmark scenario with a simple non-empty method/attribute dict (from Cython this time), almost 10% of the creation time is spent copying that dict, which should essentially just be a memcopy() since it doesn't need any resizing at that point.
History
Date User Action Args
2017-09-06 06:39:45scodersetrecipients: + scoder, rhettinger, pitrou, vstinner, methane, serhiy.storchaka
2017-09-06 06:39:45scodersetmessageid: <1504679985.39.0.747752440352.issue31336@psf.upfronthosting.co.za>
2017-09-06 06:39:45scoderlinkissue31336 messages
2017-09-06 06:39:45scodercreate