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 meador.inge
Recipients amaury.forgeotdarc, belopolsky, meador.inge
Date 2011-10-04.03:47:38
SpamBayes Score 8.2225615e-06
Marked as misclassified No
Message-id <1317700059.13.0.375039668353.issue13096@psf.upfronthosting.co.za>
In-reply-to
Content
Reproducible in 2.7 and tip:

[meadori@motherbrain cpython]$ ./python 
Python 3.3.0a0 (default:61de28fa5537+d05350c14e77+, Oct  3 2011, 21:47:04) 
[GCC 4.6.0 20110603 (Red Hat 4.6.0-10)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ctypes import *
>>> T = type('x' * 2 ** 25, (Structure,), {})
>>> p = POINTER(T)
Segmentation fault (core dumped)
History
Date User Action Args
2011-10-04 03:47:39meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky
2011-10-04 03:47:39meador.ingesetmessageid: <1317700059.13.0.375039668353.issue13096@psf.upfronthosting.co.za>
2011-10-04 03:47:38meador.ingelinkissue13096 messages
2011-10-04 03:47:38meador.ingecreate