-
```
Building on the type/branch-recording code added in r778, we should
make CALL_FUNCTION and co record which functions they're actually
calling. I see two uses for this data:
a) In the case where…
-
I can install gssapi in `python 3.13b3` with success but not with `python 3.13b3 --disable-gil`
Env
---
CONFIGURE_OPTS=--disable-gil pyenv install 3.13.0b3
GCC 12.2.0
decorator 5.1.1
Erro…
-
@tingyu66 and @labarba here are my comments on the lessons so far.
General comments:
- The students will have to download the helpers that Tingyu wrote. There
should be instructions on how t…
-
`dpath` (after #35 was fixed) distinguishes between mappings, sequences, and other objects using `MutableMapping` and `MutableSequence`, instead of `Mapping` and `Sequence`. This means that it can't s…
-
I get incorrect results while running the example code.
I install OmniGen via `pip install OmniGen`, and run the example code.
```
from OmniGen import OmniGenPipeline
pipe = OmniGenPipeline.…
-
**Is your feature request related to a problem? Please describe.**
Was going to try to repurpose the notes field in the project to allow for report versions. I almost had it working, but there wasn…
-
For example the webapp2 framework expects to get it's parameters in this format:
```
app = webapp2.WSGIApplication([
('/', MainPage),
], debug=True)
```
If I `pyimport webapp2`, how do I…
-
```
Building on the type/branch-recording code added in r778, we should
make CALL_FUNCTION and co record which functions they're actually
calling. I see two uses for this data:
a) In the case where…
-
Sequence patterns aren't quite the same as sequence unpacking assignments (the behavior for iterators and strings is different), but nevertheless we may follow their lead and allow both `(x, y)` and `…
-
I went through this tutorial because a friend was asking for my opinions on it. There's a few things I'd have done differently, but for the most part nothing stood out as actually wrong. However par…