Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-42064: Adaptsqlite3 to multi-phase init (PEP 489)#29234

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

Merged
encukou merged 3 commits intopython:mainfromerlend-aasland:sqlite-multiphase-init
Nov 2, 2021

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-aasland commentedOct 27, 2021
edited by bedevere-bot
Loading

@erlend-aasland
Copy link
ContributorAuthor

erlend-aasland commentedOct 27, 2021
edited
Loading

$ cat measure.pyimport gcimport sysfor _ in range(5):    gc.collect()    before = sys.gettotalrefcount()    import sqlite3    del sys.modules['sqlite3']    del sqlite3    gc.collect()    after = sys.gettotalrefcount()    print(f"{before=}, {after=}")$ ./python.exe measure.pybefore=51469, after=66883before=66892, after=66892before=66892, after=66892before=66892, after=66892before=66892, after=66892

Thank you so much for helping reviewing and improving this,@corona10,@vstinner,@encukou!

For a list of PR's:
$ git log --grep "bpo-\(42064\|41861\|40956\|42862\)" --oneline

@erlend-aasland
Copy link
ContributorAuthor

SeeGH-29230 regarding the docs CI failure.

@encukou
Copy link
Member

SeeGH-29230 regarding the docs CI failure.

PRs can't be merged without passing tests. Could you merge the main branch in?

erlend-aasland reacted with thumbs up emoji

@encukouencukou merged commit401272e intopython:mainNov 2, 2021
@erlend-aaslanderlend-aasland deleted the sqlite-multiphase-init branchNovember 2, 2021 18:02
@vstinner
Copy link
Member

Nice! Well done@erlend-aasland!

erlend-aasland reacted with heart emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@berkerpeksagberkerpeksagAwaiting requested review from berkerpeksagberkerpeksag is a code owner

@encukouencukouAwaiting requested review from encukou

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@erlend-aasland@encukou@vstinner@the-knights-who-say-ni@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp