[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1073 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2016-09-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker ___ ___

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2016-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset e9f34d382eda by Berker Peksag in branch '3.5': Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py https://hg.python.org/cpython/rev/e9f34d382eda New changeset 708337cd8e6a by Berker Peksag in branch '3.6': Issue #18893: Merg

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2016-09-24 Thread INADA Naoki
Changes by INADA Naoki : -- versions: +Python 2.7, Python 3.5, Python 3.6 -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2016-09-24 Thread INADA Naoki
INADA Naoki added the comment: lgtm -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2013-09-02 Thread Madison May
Madison May added the comment: Seems like a simple fix -- patch attached. -- keywords: +patch nosy: +madison.may Added file: http://bugs.python.org/file31560/issue18893.diff ___ Python tracker _

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2013-09-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: Your analysis looks correct to me, that is "raise e" is supposed to raise the exception caught by the first try block. -- ___ Python tracker _

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2013-09-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2013-08-31 Thread Stefan Behnel
Stefan Behnel added the comment: changing title as it doesn't really look like a typo, more a "converto" -- title: typo in Lib/ctypes/macholib/dyld.py -> invalid exception handling in Lib/ctypes/macholib/dyld.py ___ Python tracker