[issue36369] test_weakref super slow on RPi Zero

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are seeing slow tests with a current version of python (ideally 3.10 or one of the 3.11 alphas), and you are interested in investigating along the lines of Victor's suggestion. -- nosy: +ir

[issue36369] test_weakref super slow on RPi Zero

2019-09-10 Thread STINNER Victor
STINNER Victor added the comment: How long take other tests on Raspberry Pi Zero W? You can try: ./python -m test -j0 --slowest -j0 spawns one job per CPU. I don't know how many CPUs have this hardware. --slowest gives the timing of the 10 slowest tests. But even without --slowest, Python

[issue36369] test_weakref super slow on RPi Zero

2019-09-10 Thread Matej Cepl
Change by Matej Cepl : -- nosy: +mcepl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue36369] test_weakref super slow on RPi Zero

2019-03-19 Thread Thomas Knox
New submission from Thomas Knox : When building Python 3.7.2 on a Raspberry Pi Zero W, it takes over 6 hours to run test_weakref, and almost 15 hours total to run through all the tests. 14:28:14 load avg: 1.00 [396/416] test_weakset -- test_weakref passed in 6 hour 24 min Does it really need