[New-bugs-announce] [issue1983] Return from fork() is pid_t, not int

Ryan Stutsman report at bugs.python.org
Thu Jan 31 21:07:28 CET 2008


New submission from Ryan Stutsman:

In current trunk (60097).  Return from fork is not int but pid_t. 
Treating this as an int causes total breakage on systems with 64-bit pids.

----------
components: Library (Lib)
messages: 61926
nosy: stutsman
severity: normal
status: open
title: Return from fork() is pid_t, not int
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1983>
__________________________________


More information about the New-bugs-announce mailing list