]> granicus.if.org Git - python/commit
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 10:56:16 +0000 (13:56 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 10:56:16 +0000 (13:56 +0300)
commitf95de0e8cc259b1ccb6b604a0ed74bb7894f4b2b
tree24ae043565544e6b02d39b127439b987b144d0d8
parent2fec611a70ba862a4127b7656a6d98d48850c3af
parent9305d83425e2ec63b2769336907dd07b3151cd5f
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and byte-like objects are accepted.
Lib/test/test_parser.py
Lib/test/test_zipimport.py
Misc/NEWS
Objects/unicodeobject.c