New submission from mattip:

when using thread.stack_size or threading.stack_size, if no argument is 
provided the stack size is reset to default. Trivial patch for 3.5 provided

----------
assignee: docs@python
components: Documentation
files: stack_size.patch
keywords: patch
messages: 249280
nosy: docs@python, mattip
priority: normal
severity: normal
status: open
title: stack_size([size]) is actually stack_size(size=0)
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file40281/stack_size.patch

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

Reply via email to