- Notifications
You must be signed in to change notification settings - Fork749
Modernize import hook#1369
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
filmor merged 21 commits intopythonnet:masterfromUnity-Technologies:modernize-import-hookJun 18, 2021
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
21 commits Select commitHold shift + click to select a range
a321daa
(WIP) modernize the import hook
BadSingleton279b535
Add the loaded namespaces tracking
BadSingletonf92e95b
cleanup and changelog entry
BadSingletonafffc18
Fix a bug where clr wasn't in sys.modules after reload
BadSingletond821c0f
Further refinements to setattr logic on ModuleObjects
BadSingletone469a8a
fixups, add docs
BadSingleton685b972
merge fixup
BadSingletonbe81364
(WIP) import hook in the pytohn module
BadSingleton73958ed
Revert "(WIP) import hook in the pytohn module"
BadSingletone71a0ef
Import hook as a module, take 2
BadSingleton2af066d
fixup! Merge remote-tracking branch 'origin/master' into modernize-im…
BadSingletonbb490bf
fixup! fixup! Merge remote-tracking branch 'origin/master' into moder…
BadSingleton31ea876
Create a clr.loader module
BadSingletonc02d5c6
Test to test if the test passes
BadSingleton970a189
fix new exception usage
BadSingleton059605b
kick the build because I can't repro
BadSingletonff170e9
Add Namespaces to the import hook only through AddReference
BadSingleton63de923
Review changes, update API usage
BadSingleton624f7e3
Merge remote-tracking branch 'upstream/master' into modernize-import-…
BadSingletonbd7e745
make PyModule_AddObject in line with CPython
BadSingleton46a85fe
take care of stragglers
BadSingletonFile 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
There are no files selected for viewing
1 change: 1 addition & 0 deletionsCHANGELOG.md
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
1 change: 1 addition & 0 deletionssrc/embed_tests/TestPythonException.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/embed_tests/pyimport.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
10 changes: 9 additions & 1 deletionsrc/runtime/assemblymanager.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
10 changes: 10 additions & 0 deletionssrc/runtime/converter.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/extensiontype.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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.