This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
pyo3
Watch
2
Star
0
Fork
You've already forked pyo3
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
14d1d2a9ee
pyo3
/
newsfragments
/
3928.added.md
2 lines
41 B
Markdown
Raw
Normal View
History
Unescape
Escape
add `FromPyObjectBound` trait for extracting `&str` without GIL Refs (#3928) * add `FromPyObjectBound` adjustment for `&str` without GIL Refs * review: alex, Icxolu feedback * add newsfragment * add newsfragment for `FromPyObject` trait change * make some examples compatible with abi3 < 3.10 * seal `FromPyObjectBound` * fixup chrono_tz conversion
2024-03-08 07:43:48 +00:00
Implement
`FromPyObject`
for
`Cow<str>`
.