dss-extensions / dss-extensions/DSS-Python
Backend: reevaluate minimum CPython target
未关闭
⚙️ backend
🔼 enhancement
ecosystem
- 主要语言
- Python
- 星标
- 78
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, the C extensions are built targeting Python 3.7. Most of our dependencies do not support it (Python 3.7) at all, but our extensions are fully compatible with the latest CPython releases.
Is there any benefit, especially performance-wise, if we raise the minimum to CPython 3.11, mirroring NumPy's policy?
贡献指南
这个仓库没有索引到贡献指南
调研方向
未指定文件或测试。首先定位 C-extension 的构建配置,并检查依赖项支持的 Python 版本,然后比较针对 CPython 3.7 和 3.11 的构建在兼容性和性能方面的表现。完成的标准是项目有一项记录在案的决策,并且如果目标发生变化,构建和支持策略也会得到一致更新。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- c, python
- 领域
- backend, build-system
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100