Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-144278: Enable overriding TAG (sys.implementation.cache_tag) when building sysmodule.c#144293
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
… sys.implementation.cache_tag.This has the effect of disabling automatic .pyc caching.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
zooba commentedJan 29, 2026
If anyone stumbles into here and has any idea why execution is 2-3x slower when |
Uh oh!
There was an error while loading.Please reload this page.
In particular, this allows defining in to NULL, which has the effect of disabling automatic .pyc caching.
We also update tests to handle the cache tag being None, which was always allowed, but was not accounted for in tests.