]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2020 09:12:58 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 09:12:58 +0000 (02:12 -0700)
commit0ef6a3fc0eb9337656ef843bbcde09c15267173d
treed5e40d0340e78797c5870a4d251631c431df602a
parentc1634ac834729eb46caf98efcb7e33b8698d54a7
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)

* Fix support of non-ASCII names in functions OpenDatabase()
  and init_database().
* Fix support of non-ASCII SQL in method Database.OpenView().
(cherry picked from commit 55939b1708d6fc0d36d2be11ccdc6bf207e1bd41)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_msilib.py
Misc/NEWS.d/next/Windows/2020-06-24-21-30-42.bpo-41074.gaQc3C.rst [new file with mode: 0644]
PC/_msi.c