]> granicus.if.org Git - python/commit
Issue #1983: Fix functions taking or returning a process identifier to use
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 May 2009 15:37:45 +0000 (15:37 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 May 2009 15:37:45 +0000 (15:37 +0000)
commit5e858fe52be292e7a1b56547bb9bad286f89f2c1
treeae3c79573d7245eae19db1e7a27ca35a99c6eddf
parent4b94b192ff38f37b99f04605fd6515d7fb97ffea
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.
Misc/NEWS
Modules/posixmodule.c