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-25.08:49:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506329350.35.0.81990814204.issue31311@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset a6bddb8e4397df30926eb1ade6420a2277174227 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743)
https://github.com/python/cpython/commit/a6bddb8e4397df30926eb1ade6420a2277174227
History
Date User Action Args
2017-09-25 08:49:10serhiy.storchakasetrecipients: + serhiy.storchaka, Oren Milman
2017-09-25 08:49:10serhiy.storchakasetmessageid: <1506329350.35.0.81990814204.issue31311@psf.upfronthosting.co.za>
2017-09-25 08:49:10serhiy.storchakalinkissue31311 messages
2017-09-25 08:49:10serhiy.storchakacreate