Message 312378 - Python tracker
Message312378
| Author | steve.dower |
|---|---|
| Recipients | JGoutin, lemburg, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2018-02-19.23:01:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1519081278.62.0.467229070634.issue29241@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I took another look at this and it's still unclear whether it's worth the performance loss. Perhaps moving fsencode and fsdecode (almost) entirely into C would be a better approach? That shouldn't send us backwards at all, and all they really do is a typecheck and then calling a function that's already written in C. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-19 23:01:18 | steve.dower | set | recipients: + steve.dower, lemburg, paul.moore, vstinner, tim.golden, zach.ware, JGoutin |
| 2018-02-19 23:01:18 | steve.dower | set | messageid: <1519081278.62.0.467229070634.issue29241@psf.upfronthosting.co.za> |
| 2018-02-19 23:01:18 | steve.dower | link | issue29241 messages |
| 2018-02-19 23:01:18 | steve.dower | create | |