Re: [pygccxml-development] [ANN] pygccxml & Py++ 0.8.1
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-08-25 17:02:05
|
On 8/25/06, Matthias Baas <ba...@ir...> wrote: > Roman Yakovenko wrote: > > Hi. I just released new version of pygccxml and Py++. > > I noticed that the *.txt files are missing from the contrib directory in > the source archive. I have no idea why this has happened. Me too. > When I run > "setup.py sdist" over here they do get included...? (Python 2.4 on XP > and Linux) As always, after release people found few bugs. One of them is critical. I will fix them and will release new version in a week or too. The critical bug is next: struct allocator_ { void * (*alloc) (unsigned); void (*dispose) (void *p); }; typedef struct allocator_ *allocator_t; struct faulty { allocator_t allocator; }; Py++ fails with AttributeError: 'declarated_t' object has no attribute 'base'. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |