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 Tim Mitchell, abarry, christian.heimes, duaneg, larry, methane, ned.deily, rhettinger, serhiy.storchaka, tehybel
Date 2016-11-29.04:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480395503.72.0.812637781054.issue27945@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is severe, but I don't consider it as release critical for 3.6.0. The patch fixes segfaults, but it can add unneeded overhead, and the dict performance is critical for Python core. The segfaults are not new. I'm trying to minimize the overhead of changes, but this doesn't suffer a haste.
History
Date User Action Args
2016-11-29 04:58:23serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, larry, christian.heimes, ned.deily, duaneg, methane, abarry, tehybel, Tim Mitchell
2016-11-29 04:58:23serhiy.storchakasetmessageid: <1480395503.72.0.812637781054.issue27945@psf.upfronthosting.co.za>
2016-11-29 04:58:23serhiy.storchakalinkissue27945 messages
2016-11-29 04:58:23serhiy.storchakacreate