AFLplusplus / AFLplusplus/unicornafl
Syntax error on Python 3.8 and 3.9
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 92
- Forks
- 40
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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]]`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.