Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-32173: linecache.py add lazycache to __all__ and use dict.clear to clear the cache #4641
Conversation
This comment has been minimized.
This comment has been minimized.
the-knights-who-say-ni
commented
Nov 30, 2017
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
I think this is a reasonable diff, lazycache should be added to all and the clearcache is improved by using clear(). The extra code changes are just semantics which help code readability without changing any functionality. |
This comment has been minimized.
This comment has been minimized.
I've been signed for three times, but the state has not changed |
This comment has been minimized.
This comment has been minimized.
CLA status updated |
This comment has been minimized.
This comment has been minimized.
news entry added |
Misc/NEWS.d/next/Library/2017-12-04-10-14-23.bpo-32173.e0C5dF.rst
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 6, 2018
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
This comment has been minimized.
This comment has been minimized.
This issue is approved by 2 core developers, but was waiting on an update to the blurb. @ganziqim Please make the last changes requested by Mariatta, after which I believe this will be ready to merge. Thanks! |
d097431
to
4b004f7
… the cache
This comment has been minimized.
This comment has been minimized.
done. |
ganziqim commentedNov 30, 2017
•
edited by bedevere-bot
https://bugs.python.org/issue32173