summaryrefslogtreecommitdiffstats
path: root/Lib/stat.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-06-30 23:44:36 (GMT)
committerGuido van Rossum <guido@python.org>2007-06-30 23:44:36 (GMT)
commit8934fc26c17f6a24d3643e1d4cce6e7ec341e92f (patch)
tree2e67fc530b50c1abc00680dd13edd0bac013f0db /Lib/stat.py
parentdd5a86070cdd636dd0def3fd5900b0b8405f0b6b (diff)
downloadcpython-8934fc26c17f6a24d3643e1d4cce6e7ec341e92f.zip
cpython-8934fc26c17f6a24d3643e1d4cce6e7ec341e92f.tar.gz
cpython-8934fc26c17f6a24d3643e1d4cce6e7ec341e92f.tar.bz2
Fix a failure that was only apparent on big-endian machines:
the argument corresponding to 'c' in PyArg_ParseTuple() must be an int, not a char! (This is new -- Walter Doerwald changed it in r56044. Note sure this was a good idea.) Also removed a debug printf() call that was causing compiler warnings.
Diffstat (limited to 'Lib/stat.py')
0 files changed, 0 insertions, 0 deletions