chiark / gitweb /
*.pyx, defs.pxi, *.c: Fixes for 64-bit builds.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jul 2017 09:41:22 +0000 (10:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 16 Aug 2017 03:30:54 +0000 (04:30 +0100)
Pyrex (at least nowadays) declares `PY_SSIZE_T_CLEAN', so make this be
likely to work.  Also, use `socklen_t' as necessary.


No differences found