]> granicus.if.org Git - python/commit
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Jan 2017 15:00:32 +0000 (17:00 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Jan 2017 15:00:32 +0000 (17:00 +0200)
commit99ba17f5535ab07d999b302f48457eeb5e9b6840
tree60d6a554f84c54c63c689b7dd431763138ab10ca
parentc8a752eaffd01adefedd31263d34e8294b032193
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Original patch by Chi Hsuan Yen.
Lib/ctypes/test/test_loading.py
Misc/NEWS
Modules/_ctypes/callproc.c