[C++-sig] Re: Retiring the Python/C++-sig mailing list

2025-06-02 Thread Trigve Siver via Cplusplus-sig
Hello,just the last good bye to everyone ;) -- Trigve On Monday, June 2, 2025 at 07:19:35 PM GMT+2, Jim Bosch via Cplusplus-sig wrote: On Wed, May 28, 2025 at 9:23 AM Stefan Seefeld wrote: I agree, but leave it to the list maintainer(s) to take any final decision. I'll answer questi

Re: [C++-sig] Problem with and fix for automatic pointer registration in Boost.Python 1.60

2016-03-08 Thread Trigve Siver via Cplusplus-sig
> > From: Stefan Seefeld >To: cplusplus-sig@python.org >Sent: Sunday, March 6, 2016 7:03 PM >Subject: Re: [C++-sig] Problem with and fix for automatic pointer registration >in Boost.Python 1.60 > > >On 04.03.2016 13:45, Greg Falcon via Cplusplus-sig wrote: >> Boo

Re: [C++-sig] pybind11 -- alternative to Boost.Python

2015-10-19 Thread Trigve Siver via Cplusplus-sig
> > From: Wenzel Jakob >To: cplusplus-sig@python.org >Sent: Sunday, October 18, 2015 2:56 PM >Subject: [C++-sig] pybind11 -- alternative to Boost.Python > > > >Hello all, > > >after being a long-time Boost.Python user, I’ve been working on an alternative >that ma

Re: [C++-sig] Returning C++ buffer to Python 2.7

2015-10-19 Thread Trigve Siver via Cplusplus-sig
> > From: Tony Cappellini >To: cplusplus-sig@python.org >Sent: Thursday, October 15, 2015 10:27 PM >Subject: [C++-sig] Returning C++ buffer to Python 2.7 > > > > > >I've allocated memory in C++ and need to expose a function to Python >so that Python can read this

Re: [C++-sig] Boost.Python docs update

2015-08-06 Thread Trigve Siver via Cplusplus-sig
> > From: Francesco Biscani >To: Development of Python/C++ integration >Sent: Thursday, August 6, 2015 4:00 PM >Subject: Re: [C++-sig] Boost.Python docs update > > > >Kudos and thanks a lot, that looks great! (and it must have taken a lot of >effort...) > >

Re: [C++-sig] Boost.Python C++ object reference in Python: unexpected behaviour.

2015-06-02 Thread Trigve Siver via Cplusplus-sig
> From: Christoff Kok >To: cplusplus-sig@python.org >Sent: Tuesday, June 2, 2015 7:34 AM >Subject: Re: [C++-sig] Boost.Python C++ object reference in Python: >unexpected behaviour. > > > >Hi, > > >This looks like a bug in Boost.Python to me. > > >Could anyone confirm this? I provided a minim

Re: [C++-sig] C++ copy construction and Python object copies

2015-05-31 Thread Trigve Siver via Cplusplus-sig
> From: Stefan Seefeld > To: cplusplus-sig@python.org > Cc: > Sent: Saturday, May 30, 2015 12:57 AM > Subject: Re: [C++-sig] C++ copy construction and Python object copies > > On 29/05/15 06:48 PM, Alex Mohr wrote: >> On 5/29/2015 7:28 AM, Stefan Seefeld wrote: >>> Python's copy module allo

Re: [C++-sig] Returning values to Python in C++ reference arguments

2015-05-25 Thread Trigve Siver via Cplusplus-sig
- Original Message - > From: Jason Addison > To: cplusplus-sig@python.org > Cc: > Sent: Saturday, May 23, 2015 6:05 PM > Subject: [C++-sig] Returning values to Python in C++ reference arguments > > How can results be returned in function arguments? > I don't think that you can retur