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 Tim Mitchell
Recipients Tim Mitchell, abarry, christian.heimes, duaneg, larry, ned.deily, rhettinger, serhiy.storchaka, tehybel
Date 2016-09-12.04:46:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473655603.59.0.956816447016.issue27945@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my patch for parts 3 and 4.
Core issue for part 4 appears to be dk_lookup calling arbitrary python code may free the key.
dk_lookup is also used in _PyDict_LoadGlobal not sure if this bug can occur here.
History
Date User Action Args
2016-09-12 04:46:43Tim Mitchellsetrecipients: + Tim Mitchell, rhettinger, larry, christian.heimes, ned.deily, duaneg, serhiy.storchaka, abarry, tehybel
2016-09-12 04:46:43Tim Mitchellsetmessageid: <1473655603.59.0.956816447016.issue27945@psf.upfronthosting.co.za>
2016-09-12 04:46:43Tim Mitchelllinkissue27945 messages
2016-09-12 04:46:43Tim Mitchellcreate