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

i#6580: Disable pytype check on aarch64 codec line #6592

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

derekbruening
Copy link
Contributor

Disable a pytype static analysis check on opnd_stem() in aarch64/codec.py as the analysis produces a false positive.

Tested on an internal build where pytype is enabled.

Fixes #6580

Disable a pytype static analysis check on opnd_stem() in
aarch64/codec.py as the analysis produces a false positive.

Tested on an internal build where pytype is enabled.

Fixes #6580
@derekbruening derekbruening merged commit b2de733 into master Jan 26, 2024
15 checks passed
@derekbruening derekbruening deleted the i6580-pytype-codec branch January 26, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build broken by python error in aarch64/codec.py: No attribute 'split' on Tuple
2 participants