Config-less CoreCLR and improved runtime load message#1942
Config-less CoreCLR and improved runtime load message#1942filmor merged 3 commits intopythonnet:releasefrom
Conversation
|
@lostmsu Do you have any idea why this one doesn't run the CI? /edit: Sure, now it does :) |
|
Can you point to the corresponding change in |
|
I take it it is this one: pythonnet/clr-loader#31 |
25db74b to
cc81b31
Compare
|
Meh, I'll have to test it tomorrow on a Windows machine, not really sure what I broke there (and why it works for the clr-loader CI). |
|
Have you seen the cause of the exception?
|
Nope, didn't see that one. Then I must have broken the wheel building somehow. I can see that the wheel does not include the file at all right now. So, 0.2.3 it will be ;) |
- Supports loading without explicitly specifying the runtime config now - Exposes information on the loaded runtime
cc81b31 to
fd8fd3b
Compare
|
Hello. Does this change cause the following issue: pythonnet/clr-loader#35 |
What does this implement/fix? Explain your changes.
PYTHONNET_RUNTIME=coreclrorfrom pythonnet import set_runtime; set_runtime("coreclr")Does this close any currently open issues?
#1868
Checklist
Check all those that are applicable and complete.
AUTHORSCHANGELOG