glyph / automat

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

Add support for positional only arguments #111

Closed eclipseo closed 5 years ago

eclipseo commented 5 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

Tested in Fedora Rawhide with Python 3.8a4.

glyph commented 5 years ago

@eclipseo thanks for the contribution! Any chance you could add some CI configuration for this so we can land it?

markrwilliams commented 5 years ago

Closing so I can rebase your commit on top of #119