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 Eric Lippert, serhiy.storchaka, vstinner
Date 2018-08-31.09:42:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535708531.71.0.56676864532.issue34551@psf.upfronthosting.co.za>
In-reply-to
Content
I think it is technically not possible. Neither PyDict_Next() nor Py_INCREF() mutate the dict, call the user code or release GIL. If it could be possible, we would have a potential writing out of a buffer here.
History
Date User Action Args
2018-08-31 09:42:11serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Eric Lippert
2018-08-31 09:42:11serhiy.storchakasetmessageid: <1535708531.71.0.56676864532.issue34551@psf.upfronthosting.co.za>
2018-08-31 09:42:11serhiy.storchakalinkissue34551 messages
2018-08-31 09:42:11serhiy.storchakacreate