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

Add IntoPyObject conversion trait #4060

Merged
merged 18 commits into from
Aug 3, 2024
Merged

Add IntoPyObject conversion trait #4060

merged 18 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. add trait

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    86effa6 View commit details
    Browse the repository at this point in the history
  2. add chrono impls

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    51ec459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f43c7 View commit details
    Browse the repository at this point in the history
  4. relax map_into_ptr trait bounds

    allow error type to be convertible into `PyErr`
    instead of requiring `PyErr`
    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5907e74 View commit details
    Browse the repository at this point in the history
  5. fix clippy

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f146dd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e04aec0 View commit details
    Browse the repository at this point in the history
  7. more conversions

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9feafac View commit details
    Browse the repository at this point in the history
  8. assoc type

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0419891 View commit details
    Browse the repository at this point in the history
  9. even more conversions

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    943b0db View commit details
    Browse the repository at this point in the history
  10. macro impls

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    059c234 View commit details
    Browse the repository at this point in the history
  11. fix clippy

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d78afa5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97467f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5a0604 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6700d02 View commit details
    Browse the repository at this point in the history
  15. add newsfragments

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3fffc73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f47d370 View commit details
    Browse the repository at this point in the history
  17. fix clippy

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3c402ec View commit details
    Browse the repository at this point in the history
  18. specialize #[classattr]

    Icxolu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3be2433 View commit details
    Browse the repository at this point in the history