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 vajrasky
Recipients ezio.melotti, larry, rhettinger, serhiy.storchaka, terry.reedy, vajrasky
Date 2014-01-24.09:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390554867.96.0.337549690518.issue19145@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-24 09:14:28vajraskysetrecipients: + vajrasky, rhettinger, terry.reedy, larry, ezio.melotti, serhiy.storchaka
2014-01-24 09:14:27vajraskysetmessageid: <1390554867.96.0.337549690518.issue19145@psf.upfronthosting.co.za>
2014-01-24 09:14:27vajraskylinkissue19145 messages
2014-01-24 09:14:27vajraskycreate