https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255445
--- Comment #14 from Victor Stinner <[email protected]> --- Using the script of Comment 2, I cannot reproduce the hang with Python 3.9.4 on FreeBSD 13. I used: for i in $(seq 1 100); do python3.9 script.py || break; done -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
