]> granicus.if.org Git - python/commit
calculate_path() now fails with a fatal error when it fails to allocate memory
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 16 Nov 2013 00:22:04 +0000 (01:22 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 16 Nov 2013 00:22:04 +0000 (01:22 +0100)
commit72967a4c1ad2b4d17fbaa922e7bda45472f1fe1d
treecc1d77dc8406dc65e901621f66105394e58b2e0f
parent2a1838b9dfa6f825ee272ec8bef683394e845830
calculate_path() now fails with a fatal error when it fails to allocate memory
for module_search_path. It was already the case on _Py_char2wchar() failure.
Modules/getpath.c