Message 234052 - Python tracker
Message234052
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, eric.snow, ethan.furman, ncoghlan, njs |
| Date | 2015-01-15.05:27:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1421299658.17.0.332322409839.issue22986@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Why do you have all these special cases of ref-counting based on Py_TPFLAGS_HEAPTYPE? "static" types are generally ref-counted, too. (They just hopefully don't reach 0 often. :)) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-01-15 05:27:38 | benjamin.peterson | set | recipients: + benjamin.peterson, ncoghlan, njs, ethan.furman, eric.snow |
| 2015-01-15 05:27:38 | benjamin.peterson | set | messageid: <1421299658.17.0.332322409839.issue22986@psf.upfronthosting.co.za> |
| 2015-01-15 05:27:38 | benjamin.peterson | link | issue22986 messages |
| 2015-01-15 05:27:37 | benjamin.peterson | create | |