]> granicus.if.org Git - python/commit
Fix for #1236090: FSSpec.as_pathname() crashes.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Jul 2005 21:25:05 +0000 (21:25 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 12 Jul 2005 21:25:05 +0000 (21:25 +0000)
commitd7b76e9f697e7539955d39b92527c586becbcdc5
treee6935d43fc0f07344acbeb312619d353d424cfde
parentb9ab7a584dd6eef16661c9a8689a947de4c50e5d
Fix for #1236090: FSSpec.as_pathname() crashes.

Turns out patch #1035255 was incomplete, it only patched _Filemodule.c
and not filesupport.py. So regenerating caused as_pathname() to go into
an infinite loop.
Mac/Modules/file/_Filemodule.c
Mac/Modules/file/filesupport.py