Message 367675 - Python tracker
Message367675
| Author | pitrou |
|---|---|
| Recipients | Delgan, pitrou |
| Date | 2020-04-29.16:43:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1588178600.81.0.123022017488.issue40399@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The TextIOWrapper uses an underlying BufferedWriter, which is thread-safe (and therefore has an internal lock). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-29 16:43:20 | pitrou | set | recipients: + pitrou, Delgan |
| 2020-04-29 16:43:20 | pitrou | set | messageid: <1588178600.81.0.123022017488.issue40399@roundup.psfhosted.org> |
| 2020-04-29 16:43:20 | pitrou | link | issue40399 messages |
| 2020-04-29 16:43:20 | pitrou | create | |