-
### 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…
-
### 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…
-
https://github.com/viseshagarwal/auth-plugin/blob/6acbfa0d855cd8fd5f8e66cfb0b6fd233de2d2da/auth_plugin/db_manager.py#L77
- Most databaser drivers allow using the connection / session or appropriate…
-
Working with multiple clusters is rather inconvenient right now, fix that.
-
Hi! When I use following code, it produces warnings:
```python
# `db` is my database connection
with create_sadlock(db, "my_key3", xact=True):
pass
```
```
/my/env/python3.11/site-packa…