David Hewitt

Results 1495 comments of David Hewitt

I agree, I've been thinking this needs renaming for a while. I was thinking maybe `pyo3::initialize_python()`, or it could even go on the `Python` type as `Python::initialize()`. (The underlying C...

It looks like the metadata would make this possible, a PR welcome to implement this flag.

I have been debugging an issue with our telemetry in a complicated internal microservice stack to eventually arrive at this issue. We have `kube` as a dependency for part of...

I think this is currently a nightly-only flag?

This looks good to me, I'll merge this and work out how to get a new release published shortly. Thanks all!

Thanks @kcking! As per https://github.com/awestlake87/pyo3-asyncio/issues/119#issuecomment-2166720029 While waiting for a permanent decision on what to do, I've published https://crates.io/crates/pyo3-asyncio-0-21 from a fork at https://github.com/davidhewitt/pyo3-asyncio - I used this PR here to...

Agreed! The fork is now at https://github.com/PyO3/pyo3-async-runtimes as of a few days ago and we're working to bring 0.22 support soon :)

It seems to me like the solution here would be to have another counter `extra_fields_set` 🙈