On Sat, Mar 09, 2002 at 10:43:07PM -0800, Randolph Chung wrote: > > * #include <new> in python/generic.h so that we can build on ia64, which > > uses g++-2.96 (Closes: #137467) > > For reference, Jason found this link which shows this is actually really > the correct way to do this: > > http://www.parashift.com/c++-faq-lite/dtors.html#faq-11.10
I glanced at the code, and that is exactly what it appeared to be doing (placement new). I'm not very familiar with all of the python data structures, though...is it missing a cast to void * or something? -- - mdz

