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 Oren Milman, eli.bendersky, scoder, serhiy.storchaka, vstinner
Date 2018-03-24.06:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521871275.55.0.467229070634.issue31455@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0694b6a651ba2a53f6323ffb3b23358f43885815 by Serhiy Storchaka (scoder) in branch '2.7':
bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992)
https://github.com/python/cpython/commit/0694b6a651ba2a53f6323ffb3b23358f43885815
History
Date User Action Args
2018-03-24 06:01:15serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, eli.bendersky, Oren Milman
2018-03-24 06:01:15serhiy.storchakasetmessageid: <1521871275.55.0.467229070634.issue31455@psf.upfronthosting.co.za>
2018-03-24 06:01:15serhiy.storchakalinkissue31455 messages
2018-03-24 06:01:15serhiy.storchakacreate