Message179493
| Author |
serhiy.storchaka |
| Recipients |
Trundle, amaury.forgeotdarc, aronacher, christian.heimes, lars, loewis, neXyon, serhiy.storchaka |
| Date |
2013年01月09日.22:13:59 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1357769639.4.0.466857970342.issue9369@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> PyObject_CallMethodObjArgs takes a PyObject*, mustn't that be non-const for reference counting to work?
Then refcounts.dat wrong.
> PyDict_GetItemString already has const, just not in refcounts.dat. Fixed.
There are a lot of char* arguments in refcounts.dat. If refcounts.dat differs from actual function signature, this is a bug, and fix must be applied to other versions too. If they conform, perhaps this argument can be enhanced to "const char*" in 3.4. Therefore two issues are needed, one for the new feature, and one for the bugfixing. |
|