[GitHub] nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit()

2018-01-29 Thread GitBox
nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit() URL: https://github.com/apache/incubator-mxnet/issues/9271#issuecomment-354642541 ***EDIT*** This doesn't work for all cases If I comment out ```python atexit.register(_notify_shutdown) ```

[GitHub] nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit()

2018-01-01 Thread GitBox
nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit() URL: https://github.com/apache/incubator-mxnet/issues/9271#issuecomment-354664580 Additional findings: - So far reproducible only on Windows 7. Windows 10 doesn't face this issue. - This problem isn't

[GitHub] nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit()

2018-01-01 Thread GitBox
nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit() URL: https://github.com/apache/incubator-mxnet/issues/9271#issuecomment-354642541 If I comment out ```python atexit.register(_notify_shutdown) ``` at

[GitHub] nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit()

2018-01-01 Thread GitBox
nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit() URL: https://github.com/apache/incubator-mxnet/issues/9271#issuecomment-354642541 If I comment out ```python atexit.register(_notify_shutdown) ``` at

[GitHub] nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit()

2018-01-01 Thread GitBox
nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit() URL: https://github.com/apache/incubator-mxnet/issues/9271#issuecomment-354642541 If I comment out `atexit.register(_notify_shutdown)` at