[New-bugs-announce] [issue13225] Failing packaging hooks should not stop operation

Éric Araujo report at bugs.python.org
Wed Oct 19 22:05:37 CEST 2011


New submission from Éric Araujo <merwok at netwok.org>:

As discussed in #11637, failing hooks should not stop operation.  I see different issues:

a) a hook is not found
b) a hook is not callable
c) a hook raises an exception

Current code will raise a Packaging exception for a) and b), and let the exception propagate in case of c).  I have a patch that makes Packaging ignore all three kinds and issue warning or error logging messages.

An option (--strict) would be needed to switch from logging messages to exceptions; I wonder if an elegant way to do that would be a custom logging handler.

----------
assignee: eric.araujo
components: Distutils2
messages: 145950
nosy: alexis, eric.araujo, tarek, vinay.sajip
priority: normal
severity: normal
status: open
title: Failing packaging hooks should not stop operation
versions: 3rd party, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13225>
_______________________________________


More information about the New-bugs-announce mailing list