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 serhiy.storchaka
Recipients cfi, mark.dickinson, serhiy.storchaka, twouters, ukl, vstinner
Date 2017-06-20.07:54:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497945273.28.0.486198872168.issue30665@psf.upfronthosting.co.za>
In-reply-to
Content
PR 2286 uses for the third argument char* on Linux and int or unsigned int on other platforms. It keeps some degree of integer overflow control.
History
Date User Action Args
2017-06-20 07:54:33serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, mark.dickinson, vstinner, ukl, cfi
2017-06-20 07:54:33serhiy.storchakasetmessageid: <1497945273.28.0.486198872168.issue30665@psf.upfronthosting.co.za>
2017-06-20 07:54:33serhiy.storchakalinkissue30665 messages
2017-06-20 07:54:32serhiy.storchakacreate