[Python-checkins] [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)

pablogsal webhook-mailer at python.org
Wed Aug 25 15:50:29 EDT 2021


https://github.com/python/cpython/commit/b34ca7e0515e6726cf5e938f7239de41df710cfd
commit: b34ca7e0515e6726cf5e938f7239de41df710cfd
branch: 3.10
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-08-25T20:50:23+01:00
summary:

[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)

(cherry picked from commit 7903a1096343d8018e889029f025d39bdd077170)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland at innova.no>

files:
M Misc/NEWS.d/3.10.0b3.rst

diff --git a/Misc/NEWS.d/3.10.0b3.rst b/Misc/NEWS.d/3.10.0b3.rst
index ebbc0006080cc..5f399ad5aa871 100644
--- a/Misc/NEWS.d/3.10.0b3.rst
+++ b/Misc/NEWS.d/3.10.0b3.rst
@@ -192,9 +192,13 @@ improving entry point loading performance by ~10x.
 .. nonce: XXCVAp
 .. section: Library
 
-Improve :mod:`sqlite3` error handling: ``sqlite3_value_text()`` errors that
-set ``SQLITE_NOMEM`` now raise :exc:`MemoryError`. Patch by Erlend E.
-Aasland.
+Improved string handling for :mod:`sqlite3` user-defined functions and
+aggregates:
+
+* It is now possible to pass strings with embedded null characters to UDFs
+* Conversion failures now correctly raise :exc:`MemoryError`
+
+Patch by Erlend E. Aasland.
 
 ..
 



More information about the Python-checkins mailing list