Message 288303 - Python tracker
Message288303
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, serhiy.storchaka, twouters, vstinner, xdegaye, yan12125 |
| Date | 2017-02-21.14:55:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487688909.86.0.772643275349.issue29176@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
How about https://linux.die.net/man/3/tmpfile instead? The tmpfile() function opens a unique temporary file in binary read/write (w+b) mode. The file will be automatically deleted when it is closed or the program terminates. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-21 14:55:10 | christian.heimes | set | recipients: + christian.heimes, twouters, vstinner, xdegaye, serhiy.storchaka, yan12125 |
| 2017-02-21 14:55:09 | christian.heimes | set | messageid: <1487688909.86.0.772643275349.issue29176@psf.upfronthosting.co.za> |
| 2017-02-21 14:55:09 | christian.heimes | link | issue29176 messages |
| 2017-02-21 14:55:09 | christian.heimes | create | |