Skip to content

Commit 4a64c4e

Browse files
committed
update warning with link
1 parent 910e84b commit 4a64c4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py5_resources/py5_module/py5/macos_problem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def enable_safety_check():
5959
You are seeing this message because this version of py5 has a safety feature that detects the sequence of events that might lead to this crash. However, if you'd like to disable this safety feature (and risk Python crashing), use the following code:
6060
6161
from py5 import macos_problem
62+
6263
macos_problem.disable_safety_check()
6364
6465
But before doing that, it would be great if you could do a quick test for us. Please run the following code in a new Jupyter Notebook or IPython REPL, with each line of code executed separately:
@@ -76,7 +77,7 @@ def enable_safety_check():
7677
7778
Then report your findings to the below GitHub issue thread. Include your macOS version and CPU type. (For your convenience, this information will be displayed at the end of this message.) Your feedback will help us understand the problem better and more accurately calibrate this crash protection feature.
7879
79-
<insert link to issue thread>
80+
https://github.com/py5coding/py5generator/issues/578
8081
8182
If the above test code doesn't cause Python to crash on your machine, great! You can keep using that `disable_safety_check()` function so you never see this warning again. But please take the time report your findings to the GitHub issue thread. The next version of py5 will incorporate your feedback and the safety feature will be adjusted accordingly.
8283

0 commit comments

Comments
 (0)