-
Notifications
You must be signed in to change notification settings - Fork 749
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
filmor
merged 21 commits into
pythonnet:master
from
Unity-Technologies:modernize-import-hook
Jun 18, 2021
Merged
Modernize import hook #1369
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a321daa
(WIP) modernize the import hook
BadSingleton 279b535
Add the loaded namespaces tracking
BadSingleton f92e95b
cleanup and changelog entry
BadSingleton afffc18
Fix a bug where clr wasn't in sys.modules after reload
BadSingleton d821c0f
Further refinements to setattr logic on ModuleObjects
BadSingleton e469a8a
fixups, add docs
BadSingleton 685b972
merge fixup
BadSingleton be81364
(WIP) import hook in the pytohn module
BadSingleton 73958ed
Revert "(WIP) import hook in the pytohn module"
BadSingleton e71a0ef
Import hook as a module, take 2
BadSingleton 2af066d
fixup! Merge remote-tracking branch 'origin/master' into modernize-im…
BadSingleton bb490bf
fixup! fixup! Merge remote-tracking branch 'origin/master' into moder…
BadSingleton 31ea876
Create a clr.loader module
BadSingleton c02d5c6
Test to test if the test passes
BadSingleton 970a189
fix new exception usage
BadSingleton 059605b
kick the build because I can't repro
BadSingleton ff170e9
Add Namespaces to the import hook only through AddReference
BadSingleton 63de923
Review changes, update API usage
BadSingleton 624f7e3
Merge remote-tracking branch 'upstream/master' into modernize-import-…
BadSingleton bd7e745
make PyModule_AddObject in line with CPython
BadSingleton 46a85fe
take care of stragglers
BadSingleton 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
make PyModule_AddObject in line with CPython
- Loading branch information
commit bd7e7450847dec33f9906d95270eae61fb8eead6
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
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.