"David Abrahams" <david.abrahams@[...].com> wrote in message
news:1db401c22b53$42a03230$6601a8c0@[...]..
> > > It seems like a fine patch; I'm checking it in!> BTW, I notice you slipped in the default None constructor; I'm adding that> also.>
I forgot that was there...
I assume you guessed the missing part:
inline object::object()
: object_base(incref(Py_None))
{}
Dave Hawkes
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig