[3.9] bpo-44822: Don't truncate strs with embedded NULL chars returned by sqlite3 UDF callbacks (GH-27588)#27639
Merged
serhiy-storchaka merged 1 commit intoAug 6, 2021
python:3.9python/cpython:3.9from
erlend-aasland:backport-8f010dc-3.9erlend-aasland/cpython:backport-8f010dc-3.9Copy head branch name to clipboard
Merged
[3.9] bpo-44822: Don't truncate strs with embedded NULL chars returned by sqlite3 UDF callbacks (GH-27588)#27639serhiy-storchaka merged 1 commit intopython:3.9python/cpython:3.9from erlend-aasland:backport-8f010dc-3.9erlend-aasland/cpython:backport-8f010dc-3.9Copy head branch name to clipboard
strs with embedded NULL chars returned by sqlite3 UDF callbacks (GH-27588)#27639serhiy-storchaka merged 1 commit into
python:3.9python/cpython:3.9from
erlend-aasland:backport-8f010dc-3.9erlend-aasland/cpython:backport-8f010dc-3.9Copy head branch name to clipboard
Commits
Commits on Aug 6, 2021
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588).
Show description for 6cf0d64committed
Erlend Egeberg Aasland