Skip to content

Commit

Permalink
frozen pyclasses (#972)
Browse files Browse the repository at this point in the history
### Change list

- Add the
[`frozen`](https://pyo3.rs/v0.23.3/class.html?highlight=frozen#frozen-classes-opting-out-of-interior-mutability)
attribute to `#[pyclass]`. This should be a small performance
improvement, and allows for accessing the interior of a class even
without the GIL.

Ref developmentseed/obstore#118
  • Loading branch information
kylebarron authored Jan 7, 2025
1 parent b1aa184 commit a2cbc7d
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 73 deletions.
Loading

0 comments on commit a2cbc7d

Please sign in to comment.