Operators couldn't return boost::python::object
未关闭
- 主要语言
- C++
- 星标
- 537
- 派生
- 223
- 平均合并
- 11 小时 22 分钟
- 30 天内合并 PR
- 2
描述
When I trying to define operator which returns boost::python::object I get error ` ‘struct boost::python::converter::arg_to_python’ has no member named ‘release’`
`def` method for operators doesn't accept additional arguments to define other converters.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先复现一个返回 boost::python::object 的运算符,并跟踪提及 arg_to_python 和 release 的转换器错误。调查 def 方法如何处理运算符转换器;当此类运算符能够工作并接受所需的转换器参数时即可完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- api
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100