[python] division operator in 3.1

Hi, I've found bug in boost python with division operator. Division operator with custom types doesn't work with python 3.1. It is because there were some changes in this regard in python 3. I've created ticket with patch https://svn.boost.org/trac/boost/ticket/4497 . Can somebody look at it? Thanks Trigve

On Aug 2, 2010, at 2:46 AM, Trigve Siver wrote:
Hi, I've found bug in boost python with division operator. Division operator with custom types doesn't work with python 3.1. It is because there were some changes in this regard in python 3. I've created ticket with patch https://svn.boost.org/trac/boost/ticket/4497 . Can somebody look at it?
Have you tried posting about this on the Python C++ sig? http://www.python.org/community/sigs/current/cplusplus-sig/ -- David Abrahams BoostPro Computing http://boostpro.com

From: David Abrahams <dave@boostpro.com>
To: boost@lists.boost.org Sent: Mon, August 2, 2010 10:50:50 AM Subject: Re: [boost] [python] division operator in 3.1
On Aug 2, 2010, at 2:46 AM, Trigve Siver wrote:
Hi, I've found bug in boost python with division operator. Division operator with
custom types doesn't work with python 3.1. It is because there were some changes
in this regard in python 3. I've created ticket with patch https://svn.boost.org/trac/boost/ticket/4497 . Can somebody look at it?
Have you tried posting about this on the Python C++ sig? http://www.python.org/community/sigs/current/cplusplus-sig/
I've tried but so far (1 week) no reply.
-- David Abrahams BoostPro Computing http://boostpro.com
Trigve

I'll work on this after 1.44 is out. Ralf ----- Original Message ---- From: Trigve Siver <trigves@yahoo.com> To: boost@lists.boost.org Sent: Mon, August 9, 2010 8:35:17 AM Subject: Re: [boost] [python] division operator in 3.1
From: David Abrahams <dave@boostpro.com>
To: boost@lists.boost.org Sent: Mon, August 2, 2010 10:50:50 AM Subject: Re: [boost] [python] division operator in 3.1
On Aug 2, 2010, at 2:46 AM, Trigve Siver wrote:
Hi, I've found bug in boost python with division operator. Division operator with
custom types doesn't work with python 3.1. It is because there were some changes
in this regard in python 3. I've created ticket with patch https://svn.boost.org/trac/boost/ticket/4497 . Can somebody look at it?
Have you tried posting about this on the Python C++ sig? http://www.python.org/community/sigs/current/cplusplus-sig/
I've tried but so far (1 week) no reply.
-- David Abrahams BoostPro Computing http://boostpro.com
Trigve _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
David Abrahams
-
Ralf W. Grosse-Kunstleve
-
Trigve Siver