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

Change the executable_build_options check in compilation_cache.py to be more robust. #14343

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

skye
Copy link
Member

@skye skye commented Feb 8, 2023

Prior to this change, the check would spuriously fire on Python 3.11 because it added a default __getstate__ method to all objects. This change makes it so we only look at public fields and methods.

…be more robust.

Prior to this change, the check would spuriously fire on Python 3.11
because it added a default `__getstate__` method to all objects. This
change makes it so we only look at public fields and methods.
@skye skye requested a review from yashk2810 February 8, 2023 01:24
@google-ml-butler google-ml-butler bot added kokoro:force-run pull ready Ready for copybara import and testing labels Feb 8, 2023
@copybara-service copybara-service bot merged commit 7783a5e into jax-ml:main Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull ready Ready for copybara import and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants