New submission from Zackery Spytz <zsp...@gmail.com>:
mmap.mmap() passes a char * encoded as UTF-8 to CreateFileMappingA() when the tagname parameter is used. This was reported by Eryk Sun on PR 14114. ---------- components: Extension Modules, Windows messages: 345763 nosy: ZackerySpytz, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Possible mojibake in mmap.mmap() when using the tagname parameter on Windows type: behavior versions: Python 2.7, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37308> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com