[issue37091] subprocess - uncaught PermissionError in send_signal can cause hang

2019-05-29 Thread hw
New submission from hw <13hu...@gmail.com>: Python 3.7.3 Ubuntu 18.10 Cosmic https://github.com/python/cpython/pull/13669 Encountered a condition where uncaught PermissionError caused a hang running a subprocess command with sudo -u Traceback (most recent call last): File &qu

[issue31578] Unexpected Floating Point Division Result

2017-09-25 Thread hw
New submission from hw: To reproduce: >>> 480/1000/13.0 Actual result: 0.0 Expected result: 0.03692307692307692 Adding the zero decimal to any other combinations of the numbers produces the expected floating point result. Working as expected in Python 3 -- components: In