pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/MagicStack/asyncpg/pull/521

sets/global-0bd78641c0a1f3e0.css" /> add type for pool.acquire() by Tynukua · Pull Request #521 · MagicStack/asyncpg · GitHub
Skip to content

add type for pool.acquire()#521

Open
Tynukua wants to merge 3 commits intoMagicStack:masterfrom
Tynukua:patch-1
Open

add type for pool.acquire()#521
Tynukua wants to merge 3 commits intoMagicStack:masterfrom
Tynukua:patch-1

Conversation

@Tynukua
Copy link
Copy Markdown

@Tynukua Tynukua commented Jan 8, 2020

No description provided.

@eirnym
Copy link
Copy Markdown

eirnym commented Jan 10, 2020

Looks good for me.

return await con.fetchrow(query, *args, timeout=timeout)

def acquire(self, *, timeout=None):
def acquire(self, *, timeout=None) -> connection.Connection:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This type hint only covers usual await case:

con = await pool.acquire()

But won't work properly for context manager case:

async with pool.acquire() as con:
    await con.execute(...)

The more correct return type could be something like PoolAcquireContext but we should check if mypy understands it first.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#577 contains more precise types

@DanielNoord
Copy link
Copy Markdown
Contributor

It is clear that this is incorrect and should be PoolAcquireContext.

I'd suggest either changing that in this PR or just closing this and wait until a PR that targets more of these simple methods is created.

@DanielNoord
Copy link
Copy Markdown
Contributor

This is superseded by #1209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy