[Python-Dev] [Python-checkins] python/dist/src/Modules _hashopenssl.c, NONE, 2.1 sha256module.c, NONE, 2.1 sha512module.c, NONE, 2.1 md5module.c, 2.35, 2.36 shamodule.c, 2.22, 2.23

Raymond Hettinger raymond.hettinger at verizon.net
Tue Aug 23 17:47:14 CEST 2005


[Michael Hudson]
> It's an C99 unsigned long long literal, AFAICT (p70 of the PDF I found
> lying around somewhere...), so I think it's just Bill who's behind.
> However, Python doesn't require C99, so it's pretty dodgy code by our
> standards.

More than just dodgy.  
Except from PEP 7:

  "Use ANSI/ISO standard C (the 1989 version of the standard)."


Raymond



More information about the Python-Dev mailing list