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 serhiy.storchaka
Recipients jcea, serhiy.storchaka
Date 2014-12-22.09:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419240023.24.0.288419371995.issue23098@psf.upfronthosting.co.za>
In-reply-to
Content
This is not so easy as look at first glance. PY_LONG_LONG should be used instead of long long. And as far as this type is optional, its use should be conditional if HAVE_LONG_LONG is defined.

May be needed complex converter like _Py_Uid_Converter because dev_t on Linux is 64-bit unsigned int and can not fit in the range of 64-bit signed int.

The code for 3.x should be even more complex due to using Argument Clinic.
History
Date User Action Args
2014-12-22 09:20:23serhiy.storchakasetrecipients: + serhiy.storchaka, jcea
2014-12-22 09:20:23serhiy.storchakasetmessageid: <1419240023.24.0.288419371995.issue23098@psf.upfronthosting.co.za>
2014-12-22 09:20:23serhiy.storchakalinkissue23098 messages
2014-12-22 09:20:22serhiy.storchakacreate