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 はまだ評価されていません。