Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r94263:ab000b7b9ac5
Date: 2018-04-08 00:46 +0300
http://bitbucket.org/pypy/pypy/changeset/ab000b7b9ac5/

Log:    document merged branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -5,4 +5,8 @@
 .. this is a revision shortly after release-pypy-6.0.0
 .. startrev: 2e04adf1b89f
 
+.. branch: cpyext-subclass-setattr
 
+Fix for python-level classes that inherit from C-API types, previously the
+`w_obj` was not necessarily preserved throughout the lifetime of the `pyobj`
+which led to cases where instance attributes were lost. Fixes issue #2793
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to