pyo3 icon indicating copy to clipboard operation
pyo3 copied to clipboard

PEP 489 Compatibility

Open davidhewitt opened this issue 3 years ago • 3 comments
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 of PyTypeInfo, intern!

davidhewitt avatar Apr 04 '22 20:04 davidhewitt

The above is currently incomplete - please post / edit things as you think of them

davidhewitt avatar Apr 04 '22 20:04 davidhewitt

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

davidhewitt avatar May 03 '22 06:05 davidhewitt