-
**Describe the bug**
Currently the `aioboto3` type generator creates the following _incorrect_ type hint (snippet from `aioboto3-stubs/session.pyi`).
```python
@overload
def resource(
self,…
-
#### What's the problem this feature will solve?
For some reason we may expect a specific part of the test to fail or to be skipped (maybe conditionally), usually because there's a blocking iss…
-
### Description
Hi,
Its has been more than a year since Row, GridDeltaGenerator has been added but there has been no light on adding context manager support about them.
The original PR author h…
-
#### What's the problem this feature will solve?
Standard way to work with things that need finalization in python is the context manager. But when composing multiple context managers in a fi…
-
### Prerrequisitos
(Marcar colocando una `X` entre los corchetes los ítems que ya hiciste, así: `"[X]"`)
* [X] Leí las reglas del foro (https://github.com/IIC2233/Syllabus/wiki/3.-Reglas-del-f…
-
Hi,
When I am writing tests using the new testing framework formerly known as scenario, I find myself adding a line like this:
```python
with ctx(ctx.on.start(), state_in) as manager:
…
-
### 🚀 The feature, motivation and pitch
I'm working on automatically adding profiling to a module graph, and as `torch.autograd.profiler.profile` returns a context manager, it is not possible to do t…
-
> I agree with @alexaryn in that responsibility of closing a stream should rest purely on the caller of `PdfWriter`, and not `PdfWriter` itself. Calling `pdf_writer.close()` or using the context manag…
-
`--py39-plus` (though it was only specced for 3.10 -- double check what pypy does here)
```python
with a:
with b:
...
```
to
```python
with (
a,
b,
):
...
```
-
I've tried subclassing both Storage and JSONStorage and replacing their read and write methods with ones that use context management but it seems that neither are being actually used even though the s…