Message 61974 - Python tracker
> 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).