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 xiang.zhang
Recipients minhrau, xiang.zhang
Date 2016-09-06.04:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473136260.7.0.848257325837.issue27962@psf.upfronthosting.co.za>
In-reply-to
Content
Same as my comment in issue27963.

Python 2.7.12+ (2.7:de9e410e78d8, Sep  6 2016, 12:28:48) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
>>> 
>>> s = 'a'*(0xffffffff/2-0xffff)
>>> sss = 'a'*(0xffffffff/4)
>>> ctypes.set_conversion_mode(s, s)
('ascii', 'strict')
History
Date User Action Args
2016-09-06 04:31:00xiang.zhangsetrecipients: + xiang.zhang, minhrau
2016-09-06 04:31:00xiang.zhangsetmessageid: <1473136260.7.0.848257325837.issue27962@psf.upfronthosting.co.za>
2016-09-06 04:31:00xiang.zhanglinkissue27962 messages
2016-09-06 04:31:00xiang.zhangcreate