[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Added comment regarding a Python bug.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1175033012 -3600 # Node ID 94b873fb033a3ba7b7f991d389bce8caa49d43e9 # Parent b13a95fc0e2febd6acd4a2761b0afae9cb818b46 Added comment regarding a Python bug. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendLogging.py | 1 + 1 files changed, 1 insertion(+) diff -r b13a95fc0e2f -r 94b873fb033a tools/python/xen/xend/XendLogging.py --- a/tools/python/xen/xend/XendLogging.py Tue Mar 27 22:34:22 2007 +0100 +++ b/tools/python/xen/xend/XendLogging.py Tue Mar 27 23:03:32 2007 +0100 @@ -62,6 +62,7 @@ if 'TRACE' not in logging.__dict__: # Work around a bug in Python's inspect module: findsource is supposed to # raise IOError if it fails, with other functions in that module coping # with that, but some people are seeing IndexError raised from there. + # This is Python bug 1628987. http://python.org/sf/1628987. if hasattr(inspect, 'findsource'): real_findsource = getattr(inspect, 'findsource') def findsource(*args, **kwargs): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |