]> 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:13 +0000 (23:48 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Dec 2015 21:48:13 +0000 (23:48 +0200)
commita7d81270ccb5af4a1c514f267db5295c6d313e15
tree95483d6a2f521e5146e33ab3a65ba8d82c6eba2c
parentd3ded40a53df40c5dd9c1fd05c886bfe91df4aee
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)
Lib/test/test_property.py