-
Notifications
You must be signed in to change notification settings - Fork 747
Loader #1322
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
Loader #1322
Conversation
@lostmsu This approach ( Recap: The main reason we have to do something like this is that |
#987 is relevant. |
@filmor I am actually working on #987. It is currently blocked on the release of dotnet/roslyn#49760 . From the looks of it, will be released with the next VS 2019 16.9.x preview hopefully in a couple of weeks (maybe early Jan because of holidays). Expect to be able to set |
Oh, forgot to mention. I expect the default value for |
On all runtimes? |
Yes. However, I think we need to have TypeOffset code on Python side. E.g. clr module should pass a dict describing TypeOffset to Python.Runtime during initialization. That way we can have single Python.Runtime handle any version of Python. |
I'll have a look into this. Worst case, we just run our pycparser once on first start and generate and cache the data in an easily readable format. |
What does this implement/fix? Explain your changes.
Integrates clr-loader.
Does this close any currently open issues?
Continues #857, last stepping stone for #984.
Any other comments?
...
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG