AFLplusplus / AFLplusplus/unicornafl
Syntax error on Python 3.8 and 3.9
未关闭
- 主要语言
- Rust
- 星标
- 92
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
pyproject.toml says the project supports python 3.8 and up. However, `__init__.py` uses the union type expression syntax `Optional[str | bytes]` which was only added in Python 3.10.
Either the version requirement should be raised, or the syntax should be reverted to the old version, i.e. `Optional[Union[str, bytes]]`
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。