Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Minimal Py_IntializeEx change#777

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
filmor merged 3 commits intopythonnet:masterfromfilmor:minimal-initializeex
Nov 15, 2018

Conversation

filmor
Copy link
Member

What does this implement/fix? Explain your changes.

Minimal version of#724, allows the user to select whether an embedded Python should configure signal handlers or not, defaulting to "false" (which is different from what we had before as a straight call toPy_Initialize will configure signal handlers).

Does this close any currently open issues?

Fixes#449.

Any other comments?

We should follow up on#724 to get a unit test working for this, but this can wait until after 2.4.0.

@codecov
Copy link

codecovbot commentedNov 15, 2018
edited
Loading

Codecov Report

Merging#777 intomaster willdecrease coverage by13.44%.
The diff coverage isn/a.

Impacted file tree graph

@@            Coverage Diff             @@##           master    #777       +/-   ##==========================================- Coverage   77.04%   63.6%   -13.45%==========================================  Files          63       1       -62       Lines        5786     283     -5503       Branches      911       0      -911     ==========================================- Hits         4458     180     -4278+ Misses       1024     103      -921+ Partials      304       0      -304
FlagCoverage Δ
#setup_linux63.6% <ø> (-4.95%)⬇️
#setup_windows?
Impacted FilesCoverage Δ
setup.py63.6% <0%> (-22.62%)⬇️
src/runtime/pyansistring.cs
src/runtime/constructorbinder.cs
src/runtime/methodbinder.cs
src/runtime/Util.cs
src/runtime/delegatemanager.cs
src/runtime/eventbinding.cs
src/runtime/pyiter.cs
src/runtime/pynumber.cs
src/runtime/interop27.cs
... and51 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update5c9f035...62634f9. Read thecomment docs.

@filmorfilmor merged commitbf87239 intopythonnet:masterNov 15, 2018
@filmorfilmor deleted the minimal-initializeex branchNovember 15, 2018 13:14
@den-run-ai
Copy link
Contributor

@filmor why did you switch both x86 & x64 to AnyCPU?

@filmor
Copy link
MemberAuthor

Argh, sorry, I wanted to exclude this part from the branch :/ I'll revert that particular change.

@den-run-ai
Copy link
Contributor

@filmor py27 got stuck in appveyor for master branch. I restarted the build.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@filmorfilmor

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Call to Py_Initialize changes signal handler configuration
3 participants
@filmor@den-run-ai@rmadsen-ks

[8]ページ先頭

©2009-2025 Movatter.jp