glyph / automat

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

Add support for positional only arguments #120

Closed markrwilliams closed 4 years ago

markrwilliams commented 4 years ago

PEP 570 adds "positional only" arguments to Python, which changes the code object constructor. This adds support for Python 3.8.

Signed-off-by: Robert-André Mauchin zebob.m@gmail.com

(update of #111)