[Python-checkins] r60504 - python/trunk/Modules/posixmodule.c

Christian Heimes lists at cheimes.de
Fri Feb 1 20:21:34 CET 2008


Thomas Heller wrote:
> Hm, what happens if sizeof(pid_t) != sizeof(int) ?

The problem is discussed in issue #1983. Python may need to get a format
string for pid_t and PyInt_FromPid_t() / PyInt_AsPid_t().



More information about the Python-checkins mailing list