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
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
Loading
...
head repository:encukou/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:no-join-in-finalize-ever
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6commits
  • 6files changed
  • 1contributor

Commits on Feb 20, 2025

  1. gh-87135: Raise PythonFinalizationError when joining a blocked daemon…

    … threadIf `Py_IsFinalizing()` is true, non-daemon threads (other than the current one)are done, and daemon threads are prevented from running, so theycannot finalize themselves and become done. Joining them without timeoutwould block forever.Raise PythonFinalizationError instead of hanging.Seegh-123940 for a use case: calling `join()` from `__del__`. This isill-advised, but an exception should at least make it easier to diagnose.
    @encukou
    encukou committedFeb 20, 2025
    Configuration menu
    Copy the full SHA
    60a0ba6View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Add blurb

    @encukou
    encukou committedFeb 21, 2025
    Configuration menu
    Copy the full SHA
    549d04aView commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Merge in the main branch

    @encukou
    encukou committedFeb 27, 2025
    Configuration menu
    Copy the full SHA
    c4afb6dView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aecdf5View commit details
    Browse the repository at this point in the history
  3. Add asserts for is_alive()

    @encukou
    encukou committedFeb 27, 2025
    Configuration menu
    Copy the full SHA
    e463cb8View commit details
    Browse the repository at this point in the history
  4. Reduce diff

    @encukou
    encukou committedFeb 27, 2025
    Configuration menu
    Copy the full SHA
    d99b42bView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp