Message240980
| Author |
gregory.p.smith |
| Recipients |
akuchling, docs@python, gregory.p.smith, python-dev, renatolfc, wiggin15, ysj.ray |
| Date |
2015年04月14日.18:24:53 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1429035893.57.0.892510151424.issue9014@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
We no longer describe the contents of PyObject in the docs so mentioning Py_TRACE_REFS does not seem worth it as that just changes Py_HEAD_EXTRA which adds the doubly linked list to PyObject (today).
Py_TRACE_REFS isn't useful for anyone to know about IMNSHO as it's a compile time define that normally comes from choosing to do a pydebug build. (I believe we have or have at least had bugs in our code where Py_TRACE_REFS won't work if Py_DEBUG is not also defined as we never test in such a mixed non-DEBUG but with TRACE_REFS configuration) |
|