Message275957
| 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. |
|