-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Remove twisted.persisted.styles import #11716
Comments
comment:1
I like the idea of this, but I think that the methods should be moved into say "sage.misc.fpickle" instead of "sage.misc.cachefunc". |
Reviewer: Mike Hansen |
Attachment: trac_11716_twisted_persisted_styles.patch.gz |
comment:2
Good point. I was actually unsure where to put it. I fixed the patch accordingly. I'm waiting for the doctests to finish now. |
comment:3
Passed the doctests against 4.7.2.alpha2. |
comment:4
That one was at the top of my hit list too--I'm relieved it turned out to be so painless. |
comment:5
saraedum: please add your real name as Author on this ticket. It would also be good to put yourself on http://trac.sagemath.org/sage_trac/#AccountNamesMappedtoRealNames. |
Author: Julian Rueth |
comment:7
I added saraedum's real name to the Author on the ticket at the wiki. |
Changed keywords from none to sd32 |
This comment has been minimized.
This comment has been minimized.
Changed keywords from sd32 to sd32 start-up time startup |
Merged: sage-4.7.2.alpha3 |
"Proper" Mercurial changeset replacement patch. |
This comment has been minimized.
This comment has been minimized.
comment:11
Attachment: trac_11716_twisted_persisted_styles.proper.patch.gz I've attached a For now, please make sure all your patches start with " I've relaxed that in my version of the merger, but Jeroen and maybe others are likely to use his more restrictive one. |
The import of twisted.persisted.styles takes a significant amount of time on sage startup:
Most functionality from that module seems not to be used in sage. The attached patch removes everything but the needed functionality:
Apply only attachment: trac_11716_twisted_persisted_styles.proper.patch to the Sage library.
Component: performance
Keywords: sd32 start-up time startup
Author: Julian Rueth
Reviewer: Mike Hansen
Merged: sage-4.7.2.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/11716
The text was updated successfully, but these errors were encountered: