summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2000-08-12 20:58:11 (GMT)
committerTrent Mick <trentm@activestate.com>2000-08-12 20:58:11 (GMT)
commit6c116dd56bf0b27637a0b1e9721f86e8879b1e67 (patch)
tree11d2c044a0878ca578123be161a2ea08499a6af9 /Python/bltinmodule.c
parent46cc7c0f7b7583927b8a253cdba87535c6522184 (diff)
downloadcpython-6c116dd56bf0b27637a0b1e9721f86e8879b1e67.zip
cpython-6c116dd56bf0b27637a0b1e9721f86e8879b1e67.tar.gz
cpython-6c116dd56bf0b27637a0b1e9721f86e8879b1e67.tar.bz2
Use safer comparisons (only matters when sizeof(int) != sizeof(size_t)). fread
and fwrite return size_t, so it is safer to cast up to the largest type for the comparison. I believe the cast is required at all to remove compiler warnings.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions