Bugzilla – Bug 303
DataCalculator::GetKey triggers a PyBindGen bug
Last modified: 2008-09-02 13:05:39 UTC
DataCalculator::GetKey triggers a PyBindGen bug because it uses 'const std::string' as return type. Fixing that PyBindGen bug is more complicated than it seems and I decided to do some heavy refactoring which will take some time. Since "const std::string" makes no sense at all anyway, do you mind changing to std::string? This so that I can rescan API so that Python bindings to cover the stats module. PS: the bugzilla comoponent list should have a "general" component, for when there is no matching component yet, as in this case.
(In reply to comment #0) > PS: the bugzilla comoponent list should have a "general" component, for when > there is no matching component yet, as in this case. > added
Nevermind, I fixed PyBindGen.
no, it's a bug. It makes no sense to have return value types be const
changeset 55dedf98ad49