-
Currently, Charm4Py uses 3 different backends to interface with the Charm++ runtime library: Cython, CFFI, and Ctypes. In the [manual](https://charm4py.readthedocs.io/en/latest/perf-tips.html?highligh…
-
Running `run.ps1` yields this error
```
ERROR - "cairosvg" Python module is installed, but it crashed with:
no library called "cairo-2" was found
no library called "cair…
-
In Heptapod by bitbucket_importer on Aug 3, 2012, 08:10
*Created originally on Bitbucket by Anonymous*
**From (bugs.pypy.org) by: Yaakov Selkowitz**
-
I've run into a strange bug (that may be related to #13) sometimes reproducible by the following test case:
```python
import ravel
import asyncio
async def main():
async def func():
…
-
Cython is a largish, dev-time dependency in many cases. It would be an added convenience to commit the C sources to Git repo, also pushing them to PyPI.
-
`root@PurpleCloud:~# mergerfs.balance -p 75 /mnt/addons/Frigate_Recordings
Traceback (most recent call last):
File "/usr/bin/mergerfs.balance", line 18, in
import ctypes
File "/usr/lib64…
-
**Bug Report**
For some reason `ctypes.Structure` instances pass mypy's `isinstance` checks although mypy also claims that they are not iterable.
For example, consider the following code:
…
-
When passing buffer to C extension, the readonly field might be set while it shouldn't
C extension:
```c
#define PY_SSIZE_T_CLEAN
#include
static PyObject *method(PyObject *self, PyObject *a…
-
This is a huge stretch, but bash supports it via "custom commands" written in C.
Like Python's ctypes, this can crash the process, which I don't particularly like. Maybe it's possible to have the …
-
The Foreign Function Interface chapter uses the `ctypes-foreign` library, installed using `opam install ctypes-foreign`. So far so good.
When using the library though, the examples use `#require "c…
arnau updated
3 years ago