Closed eclipseo closed 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.
@eclipseo thanks for the contribution! Any chance you could add some CI configuration for this so we can land it?
Closing so I can rebase your commit on top of #119
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.