New submission from Bekket McClane:

When I import the random module using "import random" in the command line, it 
worked fine. But if I import it in the file, the program will throw a strange 
error, but sometimes it just exit right away after the import statement with no 
error. Moreover, if I execute the python command line again and "import random" 
after that, the command line python exit right away too(with exit code 0). Only 
if I restarted the whole terminal program did the strange behavior gone

----------
components: Library (Lib)
files: Screenshot from 2014-09-24 17:04:58.png
messages: 227428
nosy: Bekket.McClane
priority: normal
severity: normal
status: open
title: strange behavior of importing random module
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file36705/Screenshot from 2014-09-24 
17:04:58.png

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22479>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to