André Malo added the comment:
I'm not talking about compiling python but my extension module. I *do* try
supporting c89. Also relying on implementation extensions is bad style.
I think, there's a huge difference between public header files (standards are
good) and linked C code (d
New submission from André Malo :
GCC error when using pyerrors.h
This ist my first attempt to test an extension with python 3.3. I've been using
the 3.3.0a4 tarball.
I'm using very strict compiler settings when compiling my extension modules,
especially -Wall -Werror (along with
New submission from André Malo :
GCC error when using unicodeobject.h
This ist my first attempt to test an extension with python 3.3. I've been using
the 3.3.0a4 tarball.
I'm using very strict compiler settings when compiling my extension modules,
especially -Wall -Werror (along
New submission from André Malo :
As discussed in the dev-thread about frozendicts, it would be helpful for
providing advisory read-only-dicts, to just expose the dict_proxy type. I
suppose, the collections module would be a good place (it just needs to provide
the interface to the type, not
André Malo <[EMAIL PROTECTED]> added the comment:
It should catch OSError on fdopen, close fd and reraise, I think.
--
nosy: +ndparker
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho