[issue19145] Inconsistent behaviour in itertools.repeat when using negative times

Vajrasky Kok report at bugs.python.org
Fri Jan 24 10:14:27 CET 2014


Vajrasky Kok added the comment:

Serhiy said, "Why do you cast PyDict_Size(kwds) to int?"

Sorry, Serhiy! Today I just realized there is your review for this ticket. I couldn't really remember but I think I got conversion warning if I did not downcast it. Something about I shouldn't not have operation involving ssize_t and int in one statement. Strangely when I tested it again, it did not complain. Perhaps I used different distro back then.

Well, since Larry has a patch intersecting with this ticket, I guess we should let him does this work. Thanks, Serhiy!

I tried to reply you in the rietveld but I got an error page.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19145>
_______________________________________


More information about the Python-bugs-list mailing list