]> granicus.if.org Git - python/commit
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Nov 2015 16:34:19 +0000 (18:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Nov 2015 16:34:19 +0000 (18:34 +0200)
commit670d78abc5b9a9780677c9f1d51dcd543b15e0f7
tree2eb1e4c7490c55058e9c88d803f6d1ebd546c9ab
parent2cefc1efa2fc74da0ec1b79f75639b76ac8e6dfd
parentd28bb624d120466ba5ebdf5063286b2f309283ab
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
__getattr__.  Original patch by Antoine Pitrou.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c