STINNER Victor <vstin...@redhat.com> added the comment:

> 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.)

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to