Skip to content

Commit

Permalink
add newsfragment for FromPyObject trait change
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Mar 5, 2024
1 parent 7b75601 commit ea25871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/3928.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move implementations of `FromPyObject` for `&str`, `Cow<str>`, `&[u8]` and `Cow<[u8]>` onto a temporary trait `FromPyObjectBound` when `gil-refs` feature is deactivated.

0 comments on commit ea25871

Please sign in to comment.