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 Oren Milman
Recipients Oren Milman, amaury.forgeotdarc, benjamin.peterson, martin.panter, pitrou, serhiy.storchaka
Date 2017-03-07.10:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488883430.62.0.0624227811878.issue29741@psf.upfronthosting.co.za>
In-reply-to
Content
using _PyIO_ConvertSsize_t sounds great.

with regard to tests for accepting integer types in other classes,
there aren't a lot of them, so I guess it is not always tested.
still, it is tested in (excluding tests of the actual feature of
treating integer types as ints): test_bytes, test_cmath, test_int,
test_math, test_range, test_re, test_slice, test_struct,
test_unicode and test_weakref.
History
Date User Action Args
2017-03-07 10:43:50Oren Milmansetrecipients: + Oren Milman, amaury.forgeotdarc, pitrou, benjamin.peterson, martin.panter, serhiy.storchaka
2017-03-07 10:43:50Oren Milmansetmessageid: <1488883430.62.0.0624227811878.issue29741@psf.upfronthosting.co.za>
2017-03-07 10:43:50Oren Milmanlinkissue29741 messages
2017-03-07 10:43:50Oren Milmancreate