This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients larry, serhiy.storchaka, zach.ware
Date 2014-01-21.07:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390290009.3.0.608284281697.issue20323@psf.upfronthosting.co.za>
In-reply-to
Content
Why PyDoc_VAR prototype is used at all? There are only two occurrences of PyDoc_VAR in current code, and one of them actually can be replaced by PyDoc_STRVAR.
History
Date User Action Args
2014-01-21 07:40:09serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2014-01-21 07:40:09serhiy.storchakasetmessageid: <1390290009.3.0.608284281697.issue20323@psf.upfronthosting.co.za>
2014-01-21 07:40:09serhiy.storchakalinkissue20323 messages
2014-01-21 07:40:09serhiy.storchakacreate