parsers: silence warning of implicit integer conversion issued by clang
"-Wshorten-64-to-32" is enabled by default on Mac OS X. Because "len" should
be represented in 32bit integer, this patch simply cast ssize_t to int.
tests: disable test of buffer overflow in parsers.c if --pure
It fails with AttributeError and there's no benefit to make it runnable
with pure Python code.
win32: update Inno Setup script after the changes done in
95e042d77a5f
Added signature for changeset
96a38d44ba09
Added tag 3.5-rc for changeset
96a38d44ba09