This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, pitrou, tim.golden
Date 2010-08-26.21:22:22
SpamBayes Score 0.00089726
Marked as misclassified No
Message-id <1282857744.46.0.285638867762.issue9613@psf.upfronthosting.co.za>
In-reply-to
Content
The spawn* functions return intptr_t, because it's the process handle.
But _getpid() returns an int.
Both seem to be correctly handled.

Which part do you suspect to truncate data?
History
Date User Action Args
2010-08-26 21:22:24amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, tim.golden, brian.curtin
2010-08-26 21:22:24amaury.forgeotdarcsetmessageid: <1282857744.46.0.285638867762.issue9613@psf.upfronthosting.co.za>
2010-08-26 21:22:23amaury.forgeotdarclinkissue9613 messages
2010-08-26 21:22:23amaury.forgeotdarccreate