summaryrefslogtreecommitdiffstats
path: root/Lib/test/crashers
diff options
context:
space:
mode:
authorSteve (Gadget) Barnes <gadgetsteve@hotmail.com>2024-04-01 13:02:07 (GMT)
committerGitHub <noreply@github.com>2024-04-01 13:02:07 (GMT)
commit3de09cadde788065a4f2d45117e789c9353bbd12 (patch)
treedb12d9d52e98988b953ffc6c069f1a71b5b23982 /Lib/test/crashers
parent90c3c68a658db6951b77a5be50088ec2f6adc8eb (diff)
downloadcpython-3de09cadde788065a4f2d45117e789c9353bbd12.zip
cpython-3de09cadde788065a4f2d45117e789c9353bbd12.tar.gz
cpython-3de09cadde788065a4f2d45117e789c9353bbd12.tar.bz2
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Lib/test/crashers')
-rw-r--r--Lib/test/crashers/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/test/crashers/README b/Lib/test/crashers/README
index 0259a06..d844385 100644
--- a/Lib/test/crashers/README
+++ b/Lib/test/crashers/README
@@ -8,8 +8,9 @@ Each test should fail when run from the command line:
./python Lib/test/crashers/weakref_in_del.py
Put as much info into a docstring or comments to help determine the cause of the
-failure, as well as a bugs.python.org issue number if it exists. Particularly
-note if the cause is system or environment dependent and what the variables are.
+failure, as well as an issue number or link if it exists.
+Particularly note if the cause is system or environment dependent and
+what the variables are.
Once the crash is fixed, the test case should be moved into an appropriate test
(even if it was originally from the test suite). This ensures the regression