-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
We used to the following property: if `x` is a dtype then `numpy.dtype(x.descr)` is the same dtype. This property is broken in NumPy 1.8 when one specifies metadata to dtype. Is it possible to at …
-
```
What steps will reproduce the problem?
1. tar xvzf pyrit-0.3.0.tar.gz
tar xvzf cpyrit-cuda-0.3.0.tar.gz
2. svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn
3. cd pyrit-0.3.0
pyt…
-
```
What steps will reproduce the problem?
1. tar xvzf pyrit-0.3.0.tar.gz
tar xvzf cpyrit-cuda-0.3.0.tar.gz
2. svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn
3. cd pyrit-0.3.0
pyt…
-
For speed purposes, some information (shape, and strides and suboffsets when applicable) is unpacked into local variables when acquiring a buffer.
The rest of the Cython codebase is (naturally) cente…
-
For speed purposes, some information (shape, and strides and suboffsets when applicable) is unpacked into local variables when acquiring a buffer.
The rest of the Cython codebase is (naturally) cente…
-
This is not really a issue, more of a FYI and question if someone else has looked into these things that maybe could fit on the forum, but I feel its more visible to put it here..
Anyway, just a c…
-
### Describe the bug
The `generate_type_import_call` methods includes calls to `sizeof(PyTypeObject)` that results in compilation failures if the limited API is enabled - https://github.com/cython/cy…
-
Hi all,
I have been trying to extract C code using this [C Grammar](https://github.com/antlr/grammars-v4/blob/master/c/C.g4).
But facing issue in whitespace part. Whitespace is missing in the ex…
-
This is useful for creating programs that involve using an input device (such as an infrared receiver, keyboard, etc.).
```
#!/usr/bin/python
import struct
import time
import sys
infile_path…