commit | e9462c72bd3db9daca682bc7f993f9c77a4022db | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Aug 04 18:03:37 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Aug 04 18:03:37 2006 +0000 |
tree | 1c098858248eb7f7336cb427a64c31feb362f1bf | |
parent | 06ded09d4048bf44ce9b61c82494cf0a0825412c [diff] [blame] |
Change fix for segfaulting property(), add a NEWS entry and a test.
diff --git a/Misc/NEWS b/Misc/NEWS index 3c1ba7f..5b78309 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ in the byte code and co_consts even if they were not used, ie immediately popped off the stack. +- Fixed a reference-counting problem in property(). + Library -------