Message211084
| Author | vstinner |
|---|---|
| Recipients | pitrou, python-dev, serhiy.storchaka, vstinner |
| Date | 2014-02-12.11:24:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1392204282.32.0.757061435697.issue20599@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> It is possible that adding flush=True in print() will solve the issue. I tried. It does not fix the issue. Hint: On Windows, sys.stdout.encoding is a codec implemented in pure Python (ex: cp850). You should try to reproduce the issue on Linux using PYTHONIOENCODING=cp850. Note: It looks like open() is no more available when C.__del__() is called. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-02-12 11:24:42 | vstinner | set | recipients: + vstinner, pitrou, python-dev, serhiy.storchaka |
| 2014-02-12 11:24:42 | vstinner | set | messageid: <1392204282.32.0.757061435697.issue20599@psf.upfronthosting.co.za> |
| 2014-02-12 11:24:42 | vstinner | link | issue20599 messages |
| 2014-02-12 11:24:42 | vstinner | create | |