diff options
author | Gerhard Häring <gh@ghaering.de> | 2010-03-05 15:55:55 (GMT) |
---|---|---|
committer | Gerhard Häring <gh@ghaering.de> | 2010-03-05 15:55:55 (GMT) |
commit | 7857650833b68664f879edfc33bf8dc183bbc4a2 (patch) | |
tree | 276ef452e337fceee85cc854a2e0cfbac61b2307 /Misc | |
parent | 9482032761244da95a14f917b92ce068139b0779 (diff) | |
download | cpython-7857650833b68664f879edfc33bf8dc183bbc4a2.zip cpython-7857650833b68664f879edfc33bf8dc183bbc4a2.tar.gz cpython-7857650833b68664f879edfc33bf8dc183bbc4a2.tar.bz2 |
Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -356,6 +356,8 @@ Library Extension Modules ----------------- +- Issue #7670: sqlite3: Fixed crashes when operating on closed connections. + - Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore. |