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

Updates for Cython3 #587

Merged
merged 17 commits into from
Aug 28, 2024
Merged

Updates for Cython3 #587

merged 17 commits into from
Aug 28, 2024

Commits on Dec 28, 2023

  1. Updates for Cython3

    Remove SSL depreciation warnings
    buillt on debian 12.6 python-3.22 Cython-3.0.7 libuv-1.46.0
    alan-brooks committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    83ae19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bab4f View commit details
    Browse the repository at this point in the history
  3. fix tests on python 3.8

    alan-brooks committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    95a147f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. fix arg count for wrap()

    alan-brooks committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ca06a74 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    932f546 View commit details
    Browse the repository at this point in the history
  2. Revert tmp debugging

    fantix committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f63df46 View commit details
    Browse the repository at this point in the history
  3. Restore consts.pxi without DEF

    fantix committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c48173d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7562c1e View commit details
    Browse the repository at this point in the history
  5. Partially revert the WIN32 changes

    Feel free to open a new PR to add them back
    fantix committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fb95d4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b03fdd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8793035 View commit details
    Browse the repository at this point in the history
  2. Revert noexcept because _fatal_error() may raise

    * __uv_stream_on_read_common()
    * __uv_stream_on_read_impl()
    * __uv_stream_on_write_impl()
    fantix committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d387089 View commit details
    Browse the repository at this point in the history
  3. Revert some more noexcept

    fantix committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2e57927 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2f6897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    232cd3f View commit details
    Browse the repository at this point in the history