[C++-sig] Patches for pyste

Nicodemus nicodemus at esss.com.br
Mon Sep 19 23:19:13 CEST 2005


Hi Allen.

Allen Bierbaum wrote:

> I have a patch that makes a couple of small changes to pyste.
>
> 1. Fix bug (??) where using pyste with gcc 4.0 and gccxml throws an 
> exception for trying to convert NoneType to string in 
> declarations.py.  It looks like there are some cases where self.name 
> can be none and in these cases the code fails.  I modified the code to 
> explicitly call str(self.name) when the name string is needed.  It 
> works fine for me.
>
> 2. Added feature of declaring an entire class final.

Patch applied. Thanks Allen!

Regards,
Bruno.



More information about the Cplusplus-sig mailing list