Message 192732 - Python tracker

Message192732

Author noxiouz
Recipients Tom.van.Leeuwen, amaury.forgeotdarc, christian.heimes, noxiouz, pitrou, vstinner
Date 2013-07-09.09:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373361502.18.0.588398111939.issue18100@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be no, because there's this bug is already fixed in Python 3, according to http://hg.python.org/cpython/file/c1a400501db6/Modules/socketmodule.c#l3290. 
But the use of Py_ssize_t (len and n) hides the potential type conversion.
History
Date User Action Args
2013-07-09 09:18:22noxiouzsetrecipients: + noxiouz, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, Tom.van.Leeuwen
2013-07-09 09:18:22noxiouzsetmessageid: <1373361502.18.0.588398111939.issue18100@psf.upfronthosting.co.za>
2013-07-09 09:18:22noxiouzlinkissue18100 messages
2013-07-09 09:18:21noxiouzcreate