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

bump pyo3 to 0.17.1 #236

Merged
merged 9 commits into from Aug 30, 2022
Merged

bump pyo3 to 0.17.1 #236

merged 9 commits into from Aug 30, 2022

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    95bada1 View commit details
    Browse the repository at this point in the history
  2. fix dict set_item

    cannot infer type of the type parameter `V` declared on the associated function `set_item`
    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    bf6adf8 View commit details
    Browse the repository at this point in the history
  3. fix getattr PyAny

    the trait bound `&pyo3::PyAny: pyo3::IntoPy<pyo3::Py<PyString>>` is not satisfied
    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6174e00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfc6a45 View commit details
    Browse the repository at this point in the history
  5. fix PyTzInfo

    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    1710492 View commit details
    Browse the repository at this point in the history
  6. fix error message

    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e3e4f3f View commit details
    Browse the repository at this point in the history
  7. fix pypy

    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8101156 View commit details
    Browse the repository at this point in the history
  8. remove _pyo3_dict

    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2316335 View commit details
    Browse the repository at this point in the history
  9. simplify code

    PrettyWood committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8f09d8c View commit details
    Browse the repository at this point in the history