summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index 1b88ff9..facfa1c 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -882,7 +882,7 @@ r_object(RFILE *p)
break;
}
}
- retval = (v == NULL) ? NULL : v;
+ retval = v;
break;
case TYPE_CODE: