Message 282089 - Python tracker
Message282089
| Author | pitrou |
|---|---|
| Recipients | arigo, fdrake, pitrou, serhiy.storchaka, tim.peters |
| Date | 2016-11-30.18:05:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1480529109.64.0.404245326716.issue28427@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch showing the "atomic C function" approach. It will avoid the aforementioned memory growth in the common case, in exchange for a small bit of additional C code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-30 18:05:09 | pitrou | set | recipients: + pitrou, tim.peters, fdrake, arigo, serhiy.storchaka |
| 2016-11-30 18:05:09 | pitrou | set | messageid: <1480529109.64.0.404245326716.issue28427@psf.upfronthosting.co.za> |
| 2016-11-30 18:05:09 | pitrou | link | issue28427 messages |
| 2016-11-30 18:05:08 | pitrou | create | |