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

Soft shutdown review comments 2#3

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

Conversation

BadSingleton
Copy link

What does this implement/fix? Explain your changes.

...

Does this close any currently open issues?

...

Any other comments?

...

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change
  • If an enhancement PR, please create docs and at best an example
  • Add yourself toAUTHORS
  • Updated theCHANGELOG

@@ -251,7 +251,6 @@ private static void InitClassBase(Type type, ClassBase impl)
// TODO: deprecate __overloads__ soon...
Runtime.PyDict_SetItemString(dict, "__overloads__", ctors.pyHandle);
Runtime.PyDict_SetItemString(dict, "Overloads", ctors.pyHandle);
ctors.DecrRefCount();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It leaks.

@amos402
Copy link
Owner

Would it be better if you just switch to old commit rather than add more revert commits?

BadSingletonand others added5 commitsSeptember 10, 2020 13:03
When serializing wrapper objects on domain shutdownAddresses comment:pythonnet#958 (comment)
Fixes an issue where there is no current thread state on shutdown.Also fixes a comment in Runtime.Initialize
... of WaitForFullGCComplete on runtime shutdownAddresses comment:pythonnet#958 (comment)
@BadSingletonBadSingletonforce-pushed thesoft-shutdown-review-comments-2 branch frome0f2bed to80a7644CompareSeptember 10, 2020 19:24
@codecov-commenter
Copy link

codecov-commenter commentedSep 10, 2020
edited
Loading

Codecov Report

Merging#3 intosoft-shutdown willnot change coverage.
The diff coverage isn/a.

Impacted file tree graph

@@              Coverage Diff               @@##           soft-shutdown       #3   +/-   ##==============================================  Coverage          86.25%   86.25%           ==============================================  Files                  1        1             Lines                291      291           ==============================================  Hits                 251      251             Misses                40       40
FlagCoverage Δ
#setup_linux64.94% <ø> (ø)
#setup_windows72.50% <ø> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.


Continue to review full report at Codecov.

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

@amos402amos402 merged commit12c0206 intoamos402:soft-shutdownSep 11, 2020
@BadSingletonBadSingleton deleted the soft-shutdown-review-comments-2 branchOctober 20, 2020 14:59
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@amos402amos402amos402 left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@BadSingleton@amos402@codecov-commenter

[8]ページ先頭

©2009-2025 Movatter.jp