Cannot exit to command prompt when executed with Python 3.8.1

Bug #1862664 reported by Puwen Hsiao
6
This bug affects 1 person
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/lib/python3.8/threading.py'>
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/threading.py", line 1388, in _shutdown
    lock.acquire()
KeyboardInterrupt:

Revision history for this message
Puwen Hsiao (puwen-hsiao) wrote :
description: updated
Changed in pyghmi:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.