[New-bugs-announce] [issue24952] stack_size([size]) is actually stack_size(size=0)
mattip
report at bugs.python.org
Fri Aug 28 16:59:08 CEST 2015
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 at python
components: Documentation
files: stack_size.patch
keywords: patch
messages: 249280
nosy: docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue24952>
_______________________________________
More information about the New-bugs-announce
mailing list