From: Serhiy Storchaka Date: Wed, 25 Nov 2015 16:34:19 +0000 (+0200) Subject: Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside X-Git-Tag: v3.6.0a1~983^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=670d78abc5b9a9780677c9f1d51dcd543b15e0f7;p=thirdparty%2FPython%2Fcpython.git Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside __getattr__. Original patch by Antoine Pitrou. --- 670d78abc5b9a9780677c9f1d51dcd543b15e0f7