mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Write warning about exception in __del__ to stderr, not stdout.
This commit is contained in:
parent
613b943bf9
commit
89227eb0f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user