Message319226
| Author | Tey |
|---|---|
| Recipients | Tey, serhiy.storchaka |
| Date | 2018-06-10.17:43:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1528652627.58.0.592728768989.issue33817@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For the record, it does not fail on 3.x because _PyBytes_Resize() checks if the "string" needs to be resized (and returns if not) before checking its ref count. Maybe something similar should be done in _PyString_Resize() for 2.x. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-10 17:43:47 | Tey | set | recipients: + Tey, serhiy.storchaka |
| 2018-06-10 17:43:47 | Tey | set | messageid: <1528652627.58.0.592728768989.issue33817@psf.upfronthosting.co.za> |
| 2018-06-10 17:43:47 | Tey | link | issue33817 messages |
| 2018-06-10 17:43:47 | Tey | create | |