[issue41163] test_weakref hangs

2021-04-16 Thread STINNER Victor


STINNER Victor  added the comment:

> Command make hangs on test_weakref 

You don't provide enough information to investigate. You should re-run tests in 
verbose mode and use --timeout=60 to get a traceback where the test hangs.

Since Python 3.6, the test suite (in general) got tons of fixes to make tests 
more reliable, and so it sounds likely that your issue has been fixed in the 
meanwhile.

https://bugs.python.org/issue29796 was specific to Python 2.7 which sounds 
time.sleep() argument towards zero. In Python 3.6, the argument is rounded away 
from zero.

I close the issue. Reopen the issue if you can still reproduce it on Python 
3.10.

--
nosy: +vstinner
stage:  -> resolved
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41163] test_weakref hangs

2021-04-16 Thread Irit Katriel


Irit Katriel  added the comment:

Python 36. is no longer maintained. Are you seeing this issue with a more 
recent version?

--
nosy: +iritkatriel
resolution:  -> out of date
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41163] test_weakref hangs

2020-06-29 Thread Peter Kuťák

New submission from Peter Kuťák :

Command make hangs on test_weakref 
I compile python 3.6.11 (latest compatible with my settings raspbian jessie)
I compile on OrangePi i96 - single core ARM 

I think it is same problem as Issue29796

--
components: Tests
messages: 372605
nosy: Peter Kuťák
priority: normal
severity: normal
status: open
title: test_weakref hangs
type: compile error
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com