summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Felt <aixtools@users.noreply.github.com>2019-08-03 06:12:26 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2019-08-03 06:12:26 (GMT)
commit9670ce76b83bde950020f8d89c4d27168aaaf912 (patch)
treeb6e62b0ee643011fb4091092481bb5b20c5d319e /Misc
parentc5fa44944ee0a31a12b9a70776c7cb56c4dc39a2 (diff)
downloadcpython-9670ce76b83bde950020f8d89c4d27168aaaf912.zip
cpython-9670ce76b83bde950020f8d89c4d27168aaaf912.tar.gz
cpython-9670ce76b83bde950020f8d89c4d27168aaaf912.tar.bz2
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
* Define THREAD_STACK_SIZE for AIX to pass default recursion limit test
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-08-02-16-44-42.bpo-18049.OA4qBL.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-02-16-44-42.bpo-18049.OA4qBL.rst b/Misc/NEWS.d/next/Library/2019-08-02-16-44-42.bpo-18049.OA4qBL.rst
new file mode 100644
index 0000000..36a4de3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-08-02-16-44-42.bpo-18049.OA4qBL.rst
@@ -0,0 +1,3 @@
+Add definition of THREAD_STACK_SIZE for AIX in Python/thread_pthread.h
+The default thread stacksize caused crashes with the default recursion limit
+Patch by M Felt