]> granicus.if.org Git - python/commit
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Oct 2013 13:55:14 +0000 (15:55 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Oct 2013 13:55:14 +0000 (15:55 +0200)
commit7c74de4d00dc29143302bd2f718b3e3b04dafe9b
tree49bdbb1783835575919d09c8c3b1ac674e3c190c
parent088cbf2d390f6caeb021f05909e1d0b2e506b332
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
string. This change does nothing is most cases, but it is useful on Windows in
some cases.
Objects/codeobject.c