- Notifications
You must be signed in to change notification settings - Fork768
Build single Python.Runtime.dll for all platforms#1365
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
21 commits Select commitHold shift + click to select a range
909ed1f dropped net40 target from modern projects
lostmsu47e926e use .NET Standard 2.0 platform detection features
lostmsu21683b3 drop NativeCodePage alltogether
lostmsu972c41d WIP: use C# 9 function pointers for PInvoke
lostmsu51e5184 allow setting PythonDLL
lostmsu2498d47 always explicitly specify the way strings are marshaled
lostmsu70fc803 CI: figure out DLL name from environment
lostmsu28a5dab use Roslyn preview in CI
lostmsuc75229a fixed Linux and Mac DLL loaders breaking dll path
lostmsua0a1dc1 correctly detect DLL on *nix when running from Python
lostmsu1b88783 Windows library loader: add support for hModule == 0
lostmsu2c1aaef fix dll loading in tests
lostmsu39e41d0 mentiond PythonDLL in changelog
lostmsu17040fe set PYDLL in AppVeyor
lostmsub7410b6 revert automatically added 'm' suffix for *nix default dll name
lostmsu275cae9 specify full DLL name instead of PYVER in GH Actions
lostmsub4cb37e use Microsoft.Net.Compilers.Toolset instead of Microsoft.Net.Compilers
lostmsuf68e581 in CI MacOS python DLL has 'm' suffix
lostmsucda604a only set PYTHONNET_PYDLL for test runs from .NET
lostmsu3982892 workaround for pytest/clr module not preloading python C API library
lostmsua6cbe20 addressed a few code comments
lostmsuFile 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
correctly detect DLL on *nix when running from Python
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita0a1dc1013adabfdfffc88c8816cf649f75d037d
There are no files selected for viewing
6 changes: 6 additions & 0 deletionssrc/runtime/runtime.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
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.