[C++-sig] Outstanding Jobs for v2 release

Achim Domma achim.domma at syynx.de
Sat Jul 13 17:52:24 CEST 2002


your right of course in both cases: there is no reason to comment the code
out and the result type has to be dict ... it seems that I should write some
more tests ...

Achim

> -----Original Message-----
> From: c++-sig-admin at python.org [mailto:c++-sig-admin at python.org]On
> Behalf Of David Abrahams
> Sent: Saturday, July 13, 2002 17:27
> To: c++-sig at python.org
> Subject: Re: [C++-sig] Outstanding Jobs for v2 release
>
>
> Coupla quick issues:
>
> 1. Why is this commented out?
>
> /*BOOST_PYTHON_DECL dict::dict(object_cref data)
>     : object(dict::call(data))
> {}*/
>
> 2. I think you made a mistake here:
>
> template <>
> struct arg_from_python<dict>
>     : converter::pytype_wrapper_value_arg_from_python<dict, &PyDict_Type>
> {
>     typedef converter::pytype_wrapper_value_arg_from_python<dict,
> &PyDict_Type> base;
>     typedef list result_type;
>             ^^^^
>
> -Dave
>
> ----- Original Message -----
> From: "Achim Domma" <achim.domma at syynx.de>
> To: <c++-sig at python.org>
> Sent: Saturday, July 13, 2002 11:24 AM
> Subject: RE: [C++-sig] Outstanding Jobs for v2 release
>
>
> > Hi Dave,
> >
> > here are my sources. I had to comment out tuple from object2.hpp and
> > object2.cpp. The tests work for me, but I'm not a python
> language lawyer.
> So
> > if you see a point where more extensive testing is required, I will try
> to
> > do it, but you have to point me in the right direction.
> > It's also not clear to me, what the status of slicing and operator
> > overloading currently is. Is it already handled by 'object'? Should I
> write
> > tests for it?
> >
> > Achim
> >
> > > -----Original Message-----
> > > From: c++-sig-admin at python.org [mailto:c++-sig-admin at python.org]On
> > > Behalf Of David Abrahams
> > > Sent: Saturday, July 13, 2002 13:14
> > > To: c++-sig at python.org
> > > Subject: Re: [C++-sig] Outstanding Jobs for v2 release
> > >
> > >
> > > Hi Achim,
> > >
> > > That's great! Please send me the source for your tests so I can
> integrate
> > > them while you work on the docs. For the docs you can look at the
> contents
> > > of libs/python/doc/v2/reference.html and its links for example pages.
> One
> > > per header file that appears in the public interface, please.
> > >
> > > Regards,
> > > Dave
> >
> >
>
>
>
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig
>







More information about the Cplusplus-sig mailing list