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, serhiy.storchaka
Date 2017-09-27.06:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506493481.26.0.154975027568.issue31311@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 81691b05484a68df9cebb1310dd7dcabb3c6eb0a by Serhiy Storchaka in branch '2.7':
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254). (#3781)
https://github.com/python/cpython/commit/81691b05484a68df9cebb1310dd7dcabb3c6eb0a
History
Date User Action Args
2017-09-27 06:24:41serhiy.storchakasetrecipients: + serhiy.storchaka, Oren Milman
2017-09-27 06:24:41serhiy.storchakasetmessageid: <1506493481.26.0.154975027568.issue31311@psf.upfronthosting.co.za>
2017-09-27 06:24:41serhiy.storchakalinkissue31311 messages
2017-09-27 06:24:41serhiy.storchakacreate