diff options
author | Michael Felt <aixtools@users.noreply.github.com> | 2019-08-03 06:12:26 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2019-08-03 06:12:26 (GMT) |
commit | 9670ce76b83bde950020f8d89c4d27168aaaf912 (patch) | |
tree | b6e62b0ee643011fb4091092481bb5b20c5d319e /Misc | |
parent | c5fa44944ee0a31a12b9a70776c7cb56c4dc39a2 (diff) | |
download | cpython-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.rst | 3 |
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 |