Cannot exit to command prompt when executed with Python 3.8.1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyghmi |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Tested with following configuration:
1) CentOS 7.6 + Python 3.8.1 -> Fail
2) CentOS 7.6 + Python 3.6 -> Pass
3) Ubuntu 18.04.3 + Python 3.8.1 -> Fail
4) Ubuntu 18.04.3 + Python 3.7 -> Pass
5) Windows 10 + Python 3.8.1 -> Fail
6) Windows 10 + Python 3.6 -> Pass
[Utility Version]
$ python3 --version
Python 3.8.1
$ python3 -m pip list|grep -i pyghmi
pyghmi 1.5.6
[Test Steps]
1) Run script by using Python 3.8.1 (please see Attachment)
2) Wait for script to finish
[Test Logs]
$ python3 bug.py
{'netfn': 7, 'command': 1, 'code': 0, 'data': [32, 1, 3, 101, 2, 191, 124, 42, 0, 56, 8, 0, 0, 0, 0]}
^CException ignored in: <module 'threading' from '/usr/local/
Traceback (most recent call last):
File "/usr/local/
lock.acquire()
KeyboardInterrupt:
Changed in pyghmi: | |
status: | New → Fix Released |