robhagemans / pcbasic

PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
http://www.pc-basic.org
Other
393 stars 48 forks source link

Port to Python 3.10 collections #173

Closed grandpaul closed 2 years ago

grandpaul commented 2 years ago

In Python 3.10, abstract class of collections are moved to collections.abc. This commit fix the FTBFS for Python 3.10.

Signed-off-by: Ying-Chun Liu (PaulLiu) paulliu@debian.org

grandpaul commented 2 years ago

Upstream already knows this solution. Thus removed the pull request.