Issue #1983: Fix functions taking or returning a process identifier to use
commit7d0bbb4040664ded20e43832914f8382a0c5cf69
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 23 May 2009 15:37:45 +0000 (23 15:37 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 23 May 2009 15:37:45 +0000 (23 15:37 +0000)
tree5a043089fa5a318e4ec3bcebaa81108a00277ca0
parente757fc81c4607b76c2c241ea57cd8d8b7e643cd8
Issue #1983: Fix functions taking or returning a process identifier to use
the dedicated C type `pid_t` instead of a C `int`. Some platforms have
a process identifier type wider than the standard C integer type.

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