summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/classobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/classobject.c b/Objects/classobject.c
index 6eb453f..d7be15a 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -399,7 +399,7 @@ instance_dealloc(inst)
DECREF(del);
if (res == NULL) {
writestring("exception in __del__ method ignored\n",
- sysget("stdout"));
+ sysget("stderr"));
}
else
DECREF(res);