You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Python 3.9 makes breaking changes to ast.Subscript.
In for the IPUConfig class, we use the ast module for parsing type annotations.
This change allows IPUConfig to support Python 3.9 by checking the Python version and selecting the appropriate behaviour.
Test Plan: Existing IPUConfig tests are robust.
Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, zigmasb
Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, zigmasb
Subscribers: zigmasb
Maniphest Tasks: T71807
Differential Revision: https://phabricator.sourcevertex.net/D78433
0 commit comments