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 loewis
Recipients christian.heimes, loewis, stutsman
Date 2008-02-01.19:39:56
SpamBayes Score 0.000742649
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> Your proposal looks sound and good to me, but it involves some work. The
> chance would require a new format operator 'p' for argument parsing and
> new functions like PyInt_FromPid_t() and PyInt_AsPid_t().

No, it doesn't require that. You could use conditional compilation
throughout to achieve this, and the function might be more list
int_from_pid_t (i.e. static).
History
Date User Action Args
2008-02-01 19:39:57loewissetspambayes_score: 0.000742649 -> 0.000742649
recipients: + loewis, christian.heimes, stutsman
2008-02-01 19:39:56loewislinkissue1983 messages
2008-02-01 19:39:56loewiscreate