Skip to content

Commit

Permalink
add newsfragments
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Jul 29, 2024
1 parent 59a41e4 commit a1c0bed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions newsfragments/4390.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
added `FromPyObjectOwned` as more convenient trait bound
added `Borrowed::extract`, same as `PyAnyMethods::extract`, but does not restrict the lifetime by deref
3 changes: 3 additions & 0 deletions newsfragments/4390.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
added second lifetime to `FromPyObject`
reintroduced `extract` method
deprecated `extract_bound` method
1 change: 1 addition & 0 deletions newsfragments/4390.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
removed `FromPyObjectBound`

0 comments on commit a1c0bed

Please sign in to comment.