Message168225
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). |
|
Date |
User |
Action |
Args |
2012-08-14 19:01:22 | pitrou | set | recipients:
+ pitrou, loewis, gstein, gregory.p.smith, Robin.Schreiber |
2012-08-14 19:01:22 | pitrou | set | messageid: <1344970882.33.0.607481356279.issue15653@psf.upfronthosting.co.za> |
2012-08-14 19:01:21 | pitrou | link | issue15653 messages |
2012-08-14 19:01:21 | pitrou | create | |
|