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 pitrou
Recipients Robin.Schreiber, gregory.p.smith, gstein, loewis, pitrou
Date 2012-08-14.19:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344970882.33.0.607481356279.issue15653@psf.upfronthosting.co.za>
In-reply-to
Content
Something else:

+#define _hashlibstate(o) ((_hashlibstate *)PyModule_GetState(o))

It is really bad style to #define a symbol that shadows another symbol.
Since it's a #define, I would expect to be named something like STATE(o).
History
Date User Action Args
2012-08-14 19:01:22pitrousetrecipients: + pitrou, loewis, gstein, gregory.p.smith, Robin.Schreiber
2012-08-14 19:01:22pitrousetmessageid: <1344970882.33.0.607481356279.issue15653@psf.upfronthosting.co.za>
2012-08-14 19:01:21pitroulinkissue15653 messages
2012-08-14 19:01:21pitroucreate