-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-103092: Isolate winreg #103250
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
Merged
Merged
gh-103092: Isolate winreg #103250
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
c26eadc
gh-103092: isolate winreg
aisk cb77580
Update PC/winreg.c
aisk 1f0ecc0
finish the isolate
aisk d48fc88
add tests for winreg
aisk 2201037
add news
aisk 71547ef
Update Lib/test/test_winreg.py
aisk 1b5b873
Update Misc/NEWS.d/next/Library/2023-04-08-00-48-40.gh-issue-103092.5…
aisk a4eb9c5
Update PC/winreg.c
aisk 179416a
Update PC/winreg.c
aisk 73f3ffe
Update PC/winreg.c
aisk dff3839
Update PC/winreg.c
aisk 8623719
Update PC/winreg.c
aisk 3f1cd90
fix gc track on PyHKEY
aisk f3da318
using Py_Type to get class instead of using defining_class and
aisk a2017d1
fix the memory leak
aisk 80af80c
Update PC/winreg.c
aisk 9da5f0e
Update PC/winreg.c
aisk a06b9b5
Update PC/winreg.c
aisk 0d7249a
Update PC/winreg.c
aisk 488cae8
Update PC/winreg.c
aisk bbd1d6d
Update PC/winreg.c
aisk 45fedf6
Update PC/winreg.c
aisk 964e1dd
Update PC/winreg.c
aisk 16de5c6
Update PC/winreg.c
8000
aisk 0572407
Update PC/winreg.c
aisk ae54a8e
nit fixes
aisk 42bcb44
fix syntax error
aisk 1998c06
passing state instead of module in c level module functions
aisk 682c419
Update PC/winreg.c
aisk 8b1aaa4
check result of gc new
aisk 25a7f73
Merge remote-tracking branch 'upstream/main' into isolate-winreg
aisk 3ecc718
Update PC/winreg.c
aisk e279c84
remove unused PyHKEY_NumberMethods
aisk d7f97fc
Update PC/winreg.c
erlend-aasland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix the memory leak
- Loading branch information
commit a2017d1ac04ba2777c90722a2c3c5cf80c39723a
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.