-
Notifications
You must be signed in to change notification settings - Fork 123
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
faster baseline import #445
base: main
Are you sure you want to change the base?
faster baseline import #445
Conversation
78431e1
to
90c4a19
Compare
@nicoddemus @bluetech i wonder if we can drop the custom parsing from pytest (for marks on hooks) |
i also started https://discuss.python.org/t/deferred-computation-evalution-for-toplevels-imports-and-dataclasses/34173 as a result of this |
hmm, i strongly dislike the current structure of this i strongly suspect that unless apipkg provides a example something similar wont go forward |
Deferring Looking at |
4441606
to
d133dae
Compare
d133dae
to
98ccb70
Compare
still breaking
this change youelds a speedup form 0.69s to 0.004s for pluggy imports, by deferring imports of the stdlib