pyo3
pyo3 copied to clipboard
PEP 489 Compatibility
trafficstars
Inspired by https://github.com/PyO3/pyo3/pull/2269#issuecomment-1087901951, this is an issue to track all of the places which we know need to change for full PEP 489 compatibility (draft implementation in #2245).
- Rust statics -
#[pyclass]type objects, most implementations ofPyTypeInfo,intern!
The above is currently incomplete - please post / edit things as you think of them
Linking some related PEPs here:
Beginning to think that this is something that we may not want to do for now - see https://github.com/PyO3/pyo3/discussions/2346#discussioncomment-2678241