Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline _Py_RestoreSignals() from CPython #604

Merged
merged 2 commits into from
Aug 15, 2024

Commits on Apr 30, 2024

  1. Inline _Py_RestoreSignals() from CPython

    private _Py_RestoreSignals() has been moved to CPython internals as of Python 3.13
    See: python/cpython#106400
    Its implementation has been the same in all supported by uvloop Pythons
    (3.8+), so the inlining was not conditionalized.
    befeleme committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    118f595 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2caba9a View commit details
    Browse the repository at this point in the history