diff options
author | Martin Panter <vadmium> | 2015-08-31 03:15:52 (GMT) |
---|---|---|
committer | Martin Panter <vadmium> | 2015-08-31 03:15:52 (GMT) |
commit | 31e7f50d4cb756927a89d2d33eaf1b5a030be7a9 (patch) | |
tree | 8f157217daf8f332339d5697e57201fdcba4ad53 /Misc | |
parent | 0612ffe8c8a06f8d16d136622106f0cf5f43f90f (diff) | |
download | cpython-31e7f50d4cb756927a89d2d33eaf1b5a030be7a9.zip cpython-31e7f50d4cb756927a89d2d33eaf1b5a030be7a9.tar.gz cpython-31e7f50d4cb756927a89d2d33eaf1b5a030be7a9.tar.bz2 |
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Patch from Mattip.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -888,6 +888,7 @@ Nick Mathewson Simon Mathieu Laura Matson Graham Matthews +mattip Martin Matusiak Dieter Maurer Daniel May @@ -456,6 +456,9 @@ C API Documentation ------------- +- Issue #24952: Clarify the default size argument of stack_size() in + the "threading" and "_thread" modules. Patch from Mattip. + - Issue #24808: Update the types of some PyTypeObject fields. Patch by Joseph Weston. |