Issue #6236, #6348: Fix various failures in the io module under AIX
commit562287a3580821274113f1ab85778d1427cbd700
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 21 Sep 2009 21:17:48 +0000 (21 21:17 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 21 Sep 2009 21:17:48 +0000 (21 21:17 +0000)
tree1220827274593fe1d54a24cb9d653083744be63f
parent621a560294f094d0f36ab93d26bc8fb1ebd5f578
Issue #6236, #6348: Fix various failures in the io module under AIX
and other platforms, when using a non-gcc compiler. Patch by egreen.

In addition, I made explicit the signedness of all bitfields in the
IO library.

git-svn-id: http://svn.python.org/projects/python/trunk@75007 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/NEWS
Modules/_io/fileio.c
Modules/_io/textio.c