Commit d7f0ca2
committed
gh-148605: Remove irepeat() thread test from test_bytes
The bytearray size has no bounds and can grow up to 4 GiB which is
way too much memory. Since irepeat() calls were done in parallel, it
was not possible to limit the bytearray size.1 parent 5535c1f commit d7f0ca2
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2700 | 2700 | | |
2701 | 2701 | | |
2702 | 2702 | | |
2703 | | - | |
2704 | | - | |
2705 | | - | |
2706 | | - | |
2707 | 2703 | | |
2708 | 2704 | | |
2709 | 2705 | | |
| |||
2837 | 2833 | | |
2838 | 2834 | | |
2839 | 2835 | | |
2840 | | - | |
2841 | 2836 | | |
2842 | 2837 | | |
| 2838 | + | |
| 2839 | + | |
2843 | 2840 | | |
2844 | 2841 | | |
2845 | 2842 | | |
| |||
0 commit comments