| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@filmor just fixed the test for this on master if you want to check against it. test against v2.2.2 - https://travis-ci.org/vmuriart/pythonnet/jobs/204904097 |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #405 +/- ##
==========================================
+ Coverage 63.49% 63.51% +0.02%
==========================================
Files 60 60
Lines 5219 5222 +3
Branches 857 858 +1
==========================================
+ Hits 3314 3317 +3
Misses 1685 1685
Partials 220 220
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #404.
What does this implement/fix? Explain your changes.
Introduces a setSysArgv flag to all Initialize functions in PythonEngine, defaulting to true and set to false for InitExt such that import clr doesn't call PySys_SetArgvEx.
Does this close any currently open issues?
#404.
Any other comments?
The test should already be in from another PR, from what I understood and since the change introducing this issue has not been released, yet, I don't think it need to go into the changelog.