Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK - Fix SDK on Python 3.8 #3126

Merged
merged 2 commits into from
Feb 24, 2020

Commits on Feb 19, 2020

  1. SDK - Fix SDK on Python 3.8

    Fixes the follwoing error: "TypeError: code() takes at least 14 arguments (13 given)".
    
    The cause of the issue is a breaking change in CodeType constructor in Python 3.8.
    https://bugs.python.org/issue37221
    This should have been fixed by python/cpython#13959 and python/cpython#14505, but the code still fails.
    Ark-kun committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    d161b00 View commit details
    Browse the repository at this point in the history
  2. Simplified the replace call

    Ark-kun authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    675bb50 View commit details
    Browse the repository at this point in the history