Skip to content
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

New example of get_object #1062

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Conversation

grigoriev-semyon
Copy link
Contributor

Description of Change

I've added a description of how to use the get_object method when using AsyncExitStack.

Fixes: #1061

Checklist for All Submissions

  • I have added change info to CHANGES.rst (i dont think this is required when update exmaples)
  • If this is resolving an issue (needed so future developers can determine if change is still necessary and under what conditions) (can be provided via link to issue with these details):
    • Detailed description of issue
    • Alternative methods considered (if any)
    • How issue is being resolved
    • How issue can be reproduced
  • If this is providing a new feature (can be provided via link to issue with these details):
    • Detailed description of new feature
    • Why needed
    • Alternatives methods considered (if any)

examples/simple.py Outdated Show resolved Hide resolved
Co-authored-by: Alexander Mohr <thehesiod@users.noreply.github.com>
@grigoriev-semyon
Copy link
Contributor Author

grigoriev-semyon commented Dec 5, 2023

thx to @SirGrigory for help in finding a solution to the problem

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ab08687) 86.46% compared to head (861a6d0) 86.46%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1062   +/-   ##
=======================================
  Coverage   86.46%   86.46%           
=======================================
  Files          60       60           
  Lines        5814     5814           
=======================================
  Hits         5027     5027           
  Misses        787      787           
Flag Coverage Δ
unittests 86.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thehesiod thehesiod merged commit 1ce6853 into aio-libs:master Dec 5, 2023
11 checks passed
@thehesiod
Copy link
Collaborator

ty!

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.

Aiohttp connection leak
2 participants