Message 184430 - Python tracker
Message184430
| Author | ilblackdragon |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea |
| Date | 2013-03-18.06:36:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1363588609.93.0.572532687993.issue17206@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've worked on this with Dave Malcolm @PyCon2013 sprints. This patch is work in progress to make Py_XDECREF() and Py_XINCREF() expands their arguments once instead of multiple times. Because patch is work in progress, it contains old version for ease of benchmarking. To enable the old version - define OLD_17206. Tested so far only with: Clang on Mac OS X 10.7 x64. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-18 06:36:50 | ilblackdragon | set | recipients: + ilblackdragon, brett.cannon, jcea, benjamin.peterson, dmalcolm |
| 2013-03-18 06:36:49 | ilblackdragon | set | messageid: <1363588609.93.0.572532687993.issue17206@psf.upfronthosting.co.za> |
| 2013-03-18 06:36:49 | ilblackdragon | link | issue17206 messages |
| 2013-03-18 06:36:49 | ilblackdragon | create | |