[issue30510] c_bool type not supported for BigEndianStructure on little-endian machine

2017-05-30 Thread Hassan El Karouni
New submission from Hassan El Karouni: When trying to create a BigEndianStructure containing a c_bool field (on a windows machine), i get the following traceback: File "/home/elkarouh/anaconda2/lib/python2.7/ctypes/_endian.py", line 24, in _other_endian raise TypeError("

[issue30510] c_bool type not supported for BigEndianStructure on little-endian machine

2017-06-06 Thread Hassan El Karouni
Changes by Hassan El Karouni : Added file: http://bugs.python.org/file46926/c_bool_bug.py ___ Python tracker <http://bugs.python.org/issue30510> ___ ___ Python-bugs-list m

[issue30510] c_bool type not supported for BigEndianStructure on little-endian machine

2017-06-06 Thread Hassan El Karouni
Changes by Hassan El Karouni : Added file: http://bugs.python.org/file46927/__init__.py ___ Python tracker <http://bugs.python.org/issue30510> ___ ___ Python-bugs-list m

[issue24944] traceback when using tempfile module on windows

2015-08-27 Thread Hassan El Karouni
New submission from Hassan El Karouni: Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import tempfile >>> tempfile.mkstemp(

[issue24944] traceback when using tempfile module on windows

2015-08-27 Thread Hassan El Karouni
Hassan El Karouni added the comment: fcntl.__file__ returns "fcntl.py". The file is located under site-packages. The contents of the file are: def fcntl(fd, op, arg=0): return 0 def ioctl(fd, op, arg=0, mutable_flag=True): if mutable_flag: return