]> granicus.if.org Git - python/commit
Issue #25755: Move PropertyWritableDoc into the test case
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Dec 2015 21:48:37 +0000 (23:48 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Dec 2015 21:48:37 +0000 (23:48 +0200)
commite0ad1e191a355f411f9c16137735666b0d998327
tree1684dbfba3e8fa1d56e549ecc9bd5d6ae560d158
parent8bb6fa85e1c749ba691b62a79fccb809ba80a816
parenta7d81270ccb5af4a1c514f267db5295c6d313e15
Issue #25755: Move PropertyWritableDoc into the test case

This fixes a test failure in refleak mode because
test_property_decorator_doc_writable no longer modifies
the class in module level.

Initial patch by Nan Wu and Torsten Landschoff (from issue 25757)