Message 315834 - Python tracker

Message315834

Author vstinner
Recipients JelleZijlstra, Rohit Mediratta, berker.peksag, cstratak, vstinner
Date 2018-04-27.11:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524829926.3.0.682650639539.issue27277@psf.upfronthosting.co.za>
In-reply-to
Content
> 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]

In a perfect world, unit tests should not depend on the environment. So Python may *try* to increase the maximum stack size when running these tests. (If the limit cannot be increased, it's fine.)
History
Date User Action Args
2018-04-27 11:52:06vstinnersetrecipients: + vstinner, berker.peksag, JelleZijlstra, Rohit Mediratta, cstratak
2018-04-27 11:52:06vstinnersetmessageid: <1524829926.3.0.682650639539.issue27277@psf.upfronthosting.co.za>
2018-04-27 11:52:06vstinnerlinkissue27277 messages
2018-04-27 11:52:06vstinnercreate