-
Notifications
You must be signed in to change notification settings - Fork 43
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
Obsolete Pool
API cleansed
#120
Obsolete Pool
API cleansed
#120
Conversation
f4ff439
to
ab47f56
Compare
@long2ice , greetings. The PR is rebased and ready to be merged. |
@DaniilAnichin , @itssimon, @DFilyushin, hello. You can have a look if you like, the API has got unburdened. |
The main question relevant to me, as |
Also, there is another deprecation warning fired in the cursor tests in CI; should it be addressed, or we're testing to make sure old version still works? |
The one deprecation warning which leaves for the moment comes from cursors module and I didn't want to mix things into on melting PR. |
Sorry, I am not sure I understood the idea, but I'll try to guess. In the version 0.2.5 Pool API changed and we fixed the (sort of) bug in the issue #121 . Now the Do you mean that some work should be done in the |
I would like to start with this issue about pyproject.toml and poetry in the |
@long2ice , ready to be merged. |
On the versioning and compatibility: sorry, I unfortunately tend to put stuff in such a way it's really hard to get |
Thanks! |
It is high time to remove the obsolete code from the
pool.py
module:Pool
classAsyncPoolError
is moved into theerrors.py
module - shouldn't break client codecreate_async_pool
is renamed into thecreate_pool
coz the project is aboutasync
anywayThe module got unburden for the next 0.2.6 release.