-
It is hard to perform efficient code linting and typing with code like this in _generate.py_:
```python
api_method = {'method': method, 'href': href, 'argument': arg, 'return': ret}
```
We could…
-
### Bug summary
In [matplotlib.colors._has_alpha_channel](https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/colors.py#L234), it fails to identify colors with alpha channels in two c…
-
```
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…
-
```
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…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1356, in _do_call
return fn(*args)
File "/usr/local/lib/python3.7/…
-
_From @gaborcsardi on May 4, 2013 18:56_
Tuple graph, vertex and edge attributes are not stored when exported to GraphML (I don't know about other formats) in python-igraph 0.6 (0.5 works fine).
See…
-
I'm using Anaconda as my python distribution (on a Mac). When I try to compile rwt on my system against Anaconda, I get an error as shown in the title of this issue. There are possibly three reasons f…
-
From early on, Relax has adopted ANF* as a standard representation for passes and much of the compiler infrastructure is built around assuming that passes will be normalized into ANF. This is useful f…
-
We need to pick some APIs to provide for calling Python functions from HPy.
The existing C API has a large zoo of methods for making functions calls. The zoo is documented at https://docs.python.o…