Revert change of Callinfo.result default value
As discussed in #3560, this should not go to master because this breaks the API. Reverts commits:1a7dcd73cf198e993969
This commit is contained in:
@@ -194,7 +194,6 @@ class CallInfo(object):
|
||||
#: "teardown", "memocollect"
|
||||
self.when = when
|
||||
self.start = time()
|
||||
self.result = None
|
||||
try:
|
||||
self.result = func()
|
||||
except KeyboardInterrupt:
|
||||
|
||||
Reference in New Issue
Block a user