-
### Describe the bug
We should warn when `noexcept` is ignored - just to stop people thinking they're optimizing something that they aren't
### Code to reproduce the behaviour:
```cython
cdef obje…
-
I tried to build a lil matrix from list, but in this way I couldn't convert it to other formats such as csc. Other operations like .sum() are also not working.
#### Reproducing code example:
…
-
### Describe the bug
In Cython 0.29.x initializing a fused memoryview with `None` picked a type (probably just the first on the list).
In Cython 3.0.0b1. initializing a fused memoryview with `None…
-
Trying to query an iterator results in a segmentation fault from rocksdb:
```
Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
0x00007fffe9927c29 in rocksdb::MemTableIterator::valu…
-
I am using the latest master branch of the git repo https://github.com/celery/librabbitmq and installing `librabbitmq==2.0.0` for Python 3.6 by following the instructions in the readme
## Using the…
-
I've got a python-space class that is a thin wrapper around a np.ndarray, and I'd like to make this into a buffer-protocol-compliant cython class so I can pass it to memoryview-expecting cython functi…
-
I am using python 3.5 to run the example code
```
>>> import pandoc
>>> doc = pandoc.Document()
>>> doc.markdown = '''
... # I am an H1 Tag
...
... * bullet point
... * more points
... * p…
GNHua updated
7 years ago
-
你好,我这里报错了,就照您给的教程改了文件的路径,TypeError: argument 1 must be read-only bytes-like object, not memoryview
-
## Description
i would like to make a game that internally uses panda3d to render 3d models , but uses pygame for the GUI but i was unable to find any way to convert textures to / from pygame to …
-
https://github.com/ros-perception/vision_opencv/blob/0b69de38953f21090ac62bc90eb700e8bc98a023/cv_bridge/python/cv_bridge/core.py#L281
Looking at the above, this copies the image twice, once when co…