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 larry
Recipients georg.brandl, larry, mark.dickinson, rmsr, serhiy.storchaka, skrah
Date 2014-01-24.15:37:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390577852.08.0.619785255283.issue20260@psf.upfronthosting.co.za>
In-reply-to
Content
I can start citing data points if you like.

socket.if_indextoname just calls PyLong_AsUnsignedLong().  Not sure what that throws.
History
Date User Action Args
2014-01-24 15:37:32larrysetrecipients: + larry, georg.brandl, mark.dickinson, rmsr, skrah, serhiy.storchaka
2014-01-24 15:37:32larrysetmessageid: <1390577852.08.0.619785255283.issue20260@psf.upfronthosting.co.za>
2014-01-24 15:37:32larrylinkissue20260 messages
2014-01-24 15:37:31larrycreate