glyph / automat

Self-service finite-state machines for the programmer on the go.
MIT License
591 stars 65 forks source link

Automat throws exceptions on Python 3.8 #118

Closed hawkowl closed 5 years ago

hawkowl commented 5 years ago

May be related to the specific implementation of ClientService in Twisted, but filing it here as the error may be able to be caught and handled more gracefully.

Twisted bug: https://twistedmatrix.com/trac/ticket/9718#ticket

hawkowl commented 5 years ago

Fixed in https://github.com/glyph/automat/pull/120