Revert change of Callinfo.result default value

As discussed in #3560, this should not go to master because this breaks
the API.

Reverts commits:

1a7dcd73cf
198e993969
This commit is contained in:
Bruno Oliveira
2018-06-10 11:47:58 -03:00
parent 80f8a3ad7c
commit 10b0b81346
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -194,7 +194,6 @@ class CallInfo(object):
#: "teardown", "memocollect"
self.when = when
self.start = time()
self.result = None
try:
self.result = func()
except KeyboardInterrupt: