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 cstratak
Recipients JelleZijlstra, Rohit Mediratta, berker.peksag, cstratak
Date 2018-04-27.11:46:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524829596.56.0.682650639539.issue27277@psf.upfronthosting.co.za>
In-reply-to
Content
This is an issue with the stack size.

It was encountered recently while building Python 3.6 under CentOS 6 [0] and the way to fix it was to increase the maximum stack size using ulimit e.g. [1]

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1572150
[1] https://src.fedoraproject.org/rpms/python3/blob/f26/f/python3.spec#_1132
History
Date User Action Args
2018-04-27 11:46:36cstrataksetrecipients: + cstratak, berker.peksag, JelleZijlstra, Rohit Mediratta
2018-04-27 11:46:36cstrataksetmessageid: <1524829596.56.0.682650639539.issue27277@psf.upfronthosting.co.za>
2018-04-27 11:46:36cstrataklinkissue27277 messages
2018-04-27 11:46:36cstratakcreate