commit | 0a3ddad666d3c30f3b232a1825dc6d8e2de04b47 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Aug 07 16:34:25 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Aug 07 16:34:25 2010 +0000 |
tree | 8af4a1e1ccb7528f5215626efb2aaab837a5f916 | |
parent | af43e9a288b98c6434ce3ee6fc2b9eb766775774 [diff] |
Issue #9425: Create run_file() subfunction * Call Py_MakePendingCalls() before converting the filename from wchar_t* to char* * Use PyUnicode_AsUTF8String() instead of _PyUnicode_AsString()