Ronald Oussoren <ronaldousso...@mac.com> added the comment:

On 20 Oct, 2010, at 17:41, Leonardo Santagada wrote:

> 
> Leonardo Santagada <santag...@gmail.com> added the comment:
> 
> Why not make it bigger so it doesn't crash for much bigger functions?

I don't mind making it bigger, but a larger size does come with a cost: the 
larger the initial stack size the less threads you can have without trashing 
the system (or running out of address space on a 32-bit build). 

I'm fine with increasing it to 1M, which is a nice round number build not 
larger. 

BTW. I haven't looked up the default stack size for the main thread on OSX.

Ronald
> 
> ----------
> nosy: +santagada
> 
> _______________________________________
> Python tracker <rep...@bugs.python.org>
> <http://bugs.python.org/issue9670>
> _______________________________________

----------
Added file: http://bugs.python.org/file19301/smime.p7s

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9670>
_______________________________________

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to