]> granicus.if.org Git - python/commit
find_module_path_list() fails if _Py_fopen() failed and raised an exception
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 20 Jun 2011 13:01:10 +0000 (15:01 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 20 Jun 2011 13:01:10 +0000 (15:01 +0200)
commit925ef39949b784d331dbb246b8888347ecd8b275
treed0851a1a09d7dacf5baf7abcbec0b192a3d98937
parent7edb5dfcbc815e2479e4c68051bf1805d1c9348d
find_module_path_list() fails if _Py_fopen() failed and raised an exception
(UnicodeEncodeError).
Python/import.c