summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2006-08-06 12:37:03 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2006-08-06 12:37:03 (GMT)
commit16ee33adfc45279544ec593f5123142ab12a302d (patch)
treee0ab00c2630b339c5d6650d71ad650147c539c24 /Misc
parentd336e98ed999c80df2fa8829622aa443136c655d (diff)
downloadcpython-16ee33adfc45279544ec593f5123142ab12a302d.zip
cpython-16ee33adfc45279544ec593f5123142ab12a302d.tar.gz
cpython-16ee33adfc45279544ec593f5123142ab12a302d.tar.bz2
test_threading now skips testing alternate thread stack sizes on
platforms that don't support changing thread stack size.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95b2d4e..04549b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Tests
- Bug #1535182: really test the xreadlines() method of bz2 objects.
+- test_threading now skips testing alternate thread stack sizes on
+ platforms that don't support changing thread stack size.
+
Documentation
-------------