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 akuchling, ezio.melotti, ishimoto, python-dev, serhiy.storchaka
Date 2013-06-16.15:05:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371395125.86.0.696168281572.issue18113@psf.upfronthosting.co.za>
In-reply-to
Content
There is a problem with this patch. Py_XDECREF can execute arbitrary Python code and this code can call set_panel_userptr. Here is a reproducer (it causes segfault).
History
Date User Action Args
2013-06-16 15:05:25serhiy.storchakasetrecipients: + serhiy.storchaka, akuchling, ishimoto, ezio.melotti, python-dev
2013-06-16 15:05:25serhiy.storchakasetmessageid: <1371395125.86.0.696168281572.issue18113@psf.upfronthosting.co.za>
2013-06-16 15:05:25serhiy.storchakalinkissue18113 messages
2013-06-16 15:05:25serhiy.storchakacreate