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 christian.heimes
Recipients christian.heimes, loewis, stutsman
Date 2008-01-31.23:09:38
SpamBayes Score 0.002037215
Marked as misclassified No
Message-id <1201820979.09.0.06635507204.issue1983@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the bug in r60484. Python was already using pid_t on several
occasions like getpid(). I added a test to verify that PyInt_FromLong()
can always handle pid_t.

Do you want to port the fix to 2.5?
History
Date User Action Args
2008-01-31 23:09:39christian.heimessetspambayes_score: 0.00203722 -> 0.002037215
recipients: + christian.heimes, loewis, stutsman
2008-01-31 23:09:39christian.heimessetspambayes_score: 0.00203722 -> 0.00203722
messageid: <1201820979.09.0.06635507204.issue1983@psf.upfronthosting.co.za>
2008-01-31 23:09:38christian.heimeslinkissue1983 messages
2008-01-31 23:09:38christian.heimescreate