- Notifications
You must be signed in to change notification settings - Fork757
Weakref support#1267
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
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Weakref support#1267
Changes from1 commit
Commits
Show all changes
13 commits Select commitHold shift + click to select a range
d6c9716
Support weakref for CLR types
amos4025d57e5a
Merge branch 'master' into weakref-support
amos402f08813c
Apply unified mechanism for `GetManagedObjectType`
amos402b014ce1
Merge branch 'master' into weakref-support
filmore7f97a9
Merge branch 'master' into weakref-support
amos402b68f0a4
* Remove magic offset
amos402b4b1cff
Merge branch 'master' into weakref-support
amos402ff35e6d
Merge branch 'master' into weakref-support
amos402ea3d47a
Merge branch 'master' into weakref-support
amos402958a8eb
Fix Shutdown crash
amos40253ad8d9
Use PyTypeType.tp_basicsize as size of PyHeapTypeObject directly inst…
amos402647bc8a
Merge branch 'master' into weakref-support
amos402f474039
* Use C# 9.0 for Python.EmbeddingTest.csproj
amos402File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
PrevPrevious commit
* Use C# 9.0 for Python.EmbeddingTest.csproj
* Remove dead code
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitf474039170b008e660235182e0e35acdf9232b4b
There are no files selected for viewing
1 change: 1 addition & 0 deletionssrc/embed_tests/Python.EmbeddingTest.csproj
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
14 changes: 5 additions & 9 deletionssrc/embed_tests/TestClass.cs
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
12 changes: 1 addition & 11 deletionssrc/runtime/metatype.cs
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
2 changes: 1 addition & 1 deletionsrc/runtime/native/TypeOffset.cs
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.