diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-01 21:08:21 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-01 21:08:21 (GMT) |
commit | 75f82fdb7a0b0a2977fe7be9693295b86f80e3bd (patch) | |
tree | 11099b6f29156cc7c22b5c58abd1a766d0500817 /Misc | |
parent | 4c0e894e695d88a72faeb01157348b68a31fadbb (diff) | |
download | cpython-75f82fdb7a0b0a2977fe7be9693295b86f80e3bd.zip cpython-75f82fdb7a0b0a2977fe7be9693295b86f80e3bd.tar.gz cpython-75f82fdb7a0b0a2977fe7be9693295b86f80e3bd.tar.bz2 |
Merged revisions 78563 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78563 | florent.xicluna | 2010-03-01 21:45:01 +0100 (lun, 01 mar 2010) | 2 lines
#7808: Fix reference leaks in _bsddb and related tests.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -241,6 +241,8 @@ Library Extension Modules ----------------- +- Issue #7808: Fix reference leaks in _bsddb and related tests. + - Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore. |