-
Notifications
You must be signed in to change notification settings - Fork 717
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
Config-less CoreCLR and improved runtime load message #1942
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=coreclr
orfrom pythonnet import set_runtime; set_runtime("coreclr")
Does this close any currently open issues?
#1868
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG