This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry-scott
Date 2008-09-04.21:56:04
SpamBayes Score 0.00057441945
Marked as misclassified No
Message-id <1220565365.34.0.487208414778.issue3777@psf.upfronthosting.co.za>
In-reply-to
Content
Note to others: PySvn uses the PyCXX classes. The call in question is
something similar to
   Py::Long( Py::Float( double( someValue ) ) )

Barry, what is the exact error message that you get?
What do you mean by "res does not contain the value that nb_long(o)
calculated" ?
And what is the exact content of the "o" variable at the time of the
failure? (you could look for example at o->ob_type->tp_name)
History
Date User Action Args
2008-09-04 21:56:05amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry-scott
2008-09-04 21:56:05amaury.forgeotdarcsetmessageid: <1220565365.34.0.487208414778.issue3777@psf.upfronthosting.co.za>
2008-09-04 21:56:04amaury.forgeotdarclinkissue3777 messages
2008-09-04 21:56:04amaury.forgeotdarccreate