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

Rollback to pyo3 = { version = "0.16.6", features = ["abi3"] } #714

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 4, 2024

  1. Rollback to pyo3 = { version = "0.16.6", features = ["abi3"] }

    In order to avoid `ImportError: PyO3 modules compiled for CPython 3.8 or
    older may only be initialized once per interpreter process` introduced
    since pyo3 >= 0.17.0, which only allow each `#[pymodule]` to be
    initialized once, this PR temporarily rollback to pyo3 = 0.16.6.
    
    It also remove the use of `PyUserWarning` which introduced since pyo3 >
    0.18.0.
    
    See PyO3/pyo3@78ba70d
    See PyO3/pyo3@1d20f2a
    
    Fixes pyca#694
    
    Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
    hswong3i committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ec38f43 View commit details
    Browse the repository at this point in the history