From 96759647dd3ccc2a362154226d1fff3f93fe9659 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 28 Nov 2014 15:09:33 -0800 Subject: [PATCH] Add link to issue 17911 The ongoing development in upstream python may produce a useful class that we can use in the future to reduce this objects code; so this adds a link to that for future reference. Change-Id: I86baa096e113cccbb4915ad4fd6fb8cc0313e0a0 --- taskflow/types/failure.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/taskflow/types/failure.py b/taskflow/types/failure.py index c905277c..303118a8 100644 --- a/taskflow/types/failure.py +++ b/taskflow/types/failure.py @@ -107,6 +107,10 @@ class Failure(object): python has where foreign modules can be imported, causing those modules to have code ran when this happens, and this can cause issues and side-effects that the receiver would not have intended to have caused). + + TODO(harlowja): when/if http://bugs.python.org/issue17911 merges and + becomes available for use we should be able to use that and simplify the + methods and contents of this object. """ DICT_VERSION = 1