summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_b1.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/test_b1.py b/Lib/test/test_b1.py
index f8a3f01..938e76d 100644
--- a/Lib/test/test_b1.py
+++ b/Lib/test/test_b1.py
@@ -534,6 +534,11 @@ try:
# this assumes that the max data size (sys.maxint) == max address size
# this also assumes that the address size is at least 4 bytes
# with 8 byte addresses, the bug is not well tested
+ #
+ # Note: This test is expected to SEGV under Cygwin 1.3.12 or earlier
+ # due to a newlib bug. See the following mailing list thread for the
+ # details:
+ # http://sources.redhat.com/ml/newlib/2002/msg00369.html
list(xrange(sys.maxint / 4))
except MemoryError:
pass
1.8&id=bcda3f1645ca1beb01e4b1fe67d82ace87077cbe'>Remove the issue template config after the migration (GH-32106)Ezio Melotti2022-04-101-5/+0 * notify new-bugs-announce on new issue open (#32421)Ee Durbin2022-04-101-0/+53 * bpo-40280: WASM docs and smaller browser builds (GH-32412)Christian Heimes2022-04-106-54/+231 * bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)Ville Skyttä2022-04-093-14/+14 * Fix some typos in comments (GH-32422)jonasdlindner2022-04-094-4/+4 * bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-0911-46/+88 * bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-098-7/+28 * bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...Alexey Izbyshev2022-04-082-4/+7 * Fix bad grammar and import docstring for split/rsplit (GH-32381)Raymond Hettinger2022-04-082-22/+37 * Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...Petr Viktorin2022-04-085-4/+15 * Add new PyFrame_GetLasti C-API function (GH-32413)Mark Shannon2022-04-087-4/+45 * Clarify that this sentence applies to the above example. GH-32405Raymond Hettinger2022-04-08