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
ef8532b175
pyo3
/
newsfragments
/
3616.added.md
2 lines
40 B
Markdown
Raw
Normal View
History
Unescape
Escape
Enable `GILProtected` access via `PyVisit` Closes #3615 This simply adds a new method which uses the existence of a `PyVisit` object as proof that the GIL is held instead of a `Python` object. This allows `GILProtected` to be used in instances where contained Python objects need to participate in garbage collection. Usage in this situation should be valid since no Python calls are made and this does not provide any additional mechanism for accessing a `Python` object.
2023-11-30 21:27:57 +00:00
Add
`traverse`
method to
`GILProtected`