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 python-dev
Recipients neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-04-02.15:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150402152204.29535.67851@psf.io>
In-reply-to
Content
New changeset 29c32ca46652 by Victor Stinner in branch '2.7':
Issue #23834: Fix socket.sendto(), use the C long type to store the result of
https://hg.python.org/cpython/rev/29c32ca46652

New changeset 436bb7ad6349 by Victor Stinner in branch '3.4':
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
https://hg.python.org/cpython/rev/436bb7ad6349

New changeset a064abfd436c by Victor Stinner in branch 'default':
(Merge 3.4) Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to
https://hg.python.org/cpython/rev/a064abfd436c
History
Date User Action Args
2015-04-02 15:22:08python-devsetrecipients: + python-dev, pitrou, vstinner, neologix, serhiy.storchaka
2015-04-02 15:22:07python-devlinkissue23834 messages
2015-04-02 15:22:07python-devcreate