bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module#24203
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module#24203pablogsal merged 18 commits into
Conversation
Sorry, something went wrong.
9fa24b1 to
8f8694a
Compare
January 21, 2021 20:08
|
@rhettinger Would you mind reviewing the use of |
Sorry, something went wrong.
2cceb7f to
ec6485f
Compare
February 21, 2021 19:56
6cf36b2 to
c79c3a9
Compare
March 22, 2021 21:08
|
FYI @berkerpeksag, I've rebased onto |
Sorry, something went wrong.
c79c3a9 to
3d85a78
Compare
April 15, 2021 07:19
3d85a78 to
e8478cf
Compare
May 2, 2021 20:11
|
Rebased onto master to resolve conflicts. Also added a tiny optimisation: increase the default cache size from 100 to 128. I'm guessing it is way to late to get this into 3.10 now :) |
Sorry, something went wrong.
6ceadcd to
c561bab
Compare
May 2, 2021 20:49
c561bab to
18a030c
Compare
May 14, 2021 22:01
|
@pablogsal, two questions:
|
Sorry, something went wrong.
Unless you are changing the module itself, is not very relevant, but you are always free to ask for his advice :)
That seems like some genuine problem. Maybe @vstinner has seen this before? |
Sorry, something went wrong.
|
When you are done with the fixes, could you test with the buildbots using the buildbot label? |
Sorry, something went wrong.
6337da4 to
a95a386
Compare
May 25, 2021 22:17
|
I messed up the previous merge so I had to rebase and force push. Sorry 'bout the mess. |
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
Nope, I was waiting for the CI, just to be sure :) |
Sorry, something went wrong.
|
Thanks, Pablo! 😃 |
Sorry, something went wrong.
https://bugs.python.org/issue42862