AFLplusplus / AFLplusplus/unicornafl

Syntax error on Python 3.8 and 3.9

オープン
#53 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。