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("
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
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
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(
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