-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyo3-asyncio into PyO3 org? #126
Comments
@awestlake87 doesn't seem to be active on GitHub, his last contribution was in February. Maybe you can consider sending him an email. |
I sent an email; will wait a bit for a response before considering further options. |
I think this evening I will set up a fork in the PyO3 organization which users can at least benefit from as a git dependency to fix the immediate problem. We can decide whether to release under the |
As per #119 (comment) 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 @awestlake87 has put a lot of effort into this library and I'd like to give then as much time as possible to state their wishes before we make any permanent action. My fork should at least get people onto PyO3 0.21, and I might repeat the upgrade for PyO3 0.22 in the near future (should be simpler). For now, we can begin to think about:
|
Hey @davidhewitt - will you be publishing a 0.22 fork as well? |
Probably, yes. I have some family duties to take care of first and will probably help complete PyO3 0.22.1 patch release too before I get to this. |
We're approaching 3 months without an answer so I think it's time now to consider a permanent fork in the PyO3 organisation. Two thoughts: |
@davidhewitt , I'm happy to offer some help maintaining this. Do we have an estimation on what the effort would be to get this up to speed (say, just an upgrade to the latest pyo3 version)? |
I'd be happy to help! |
Hey @davidhewitt, I might be able to help, depending on what that would entail. I'm keeping an eye on how this develops and considering my bandwidth. Would |
I'm partial to |
Continued at PyO3/pyo3-async-runtimes#1 |
EDIT: I've now created the fork, see https://github.com/PyO3/pyo3-async-runtimes
Hey @awestlake87, just wondering, now that PyO3 upstream is experimenting with official async support but we also anticipate that runtime integration won't be part of PyO3's main crate for a while, I suspect there will be quite an uptick in use of
pyo3-asyncio
. It already looks like this is the case based on comments requesting 0.21 support.Would you be interested in transferring
pyo3-asyncio
into the main PyO3 organisation, so we can help maintain it for / with you?The text was updated successfully, but these errors were encountered: