-
I want to pass a python function to rust code and use rust to call it.
As there is no PyFunction struct in rust-cpython, I think I should use PyObject to do it.
But every time i use a pyObject.call…
-
using rabbitvcs 0.16-1-trusty
-
```
What steps will reproduce the problem?
1. Execute pywo at the command line
What is the expected output? What do you see instead?
I would expect pywo to run. Instead, it crashes with an X error…
-
One nice thing about Cython is that you can have a single `.pyx` file, two lines in `setup.py` and one line in `requirements.txt`, and you're good. With PyO3, you need a Cargo.toml, configured a parti…
-
```
What steps will reproduce the problem?
(run tcpdump and pipe the output to stdin)
packet_capture = dpkt.pcap.Reader(sys.stdin)
iter(packet_capture).next()
What is the expected output? What do yo…
-
It seems confusing to me to have two different attributes, `#[pyfunction]` and `#[pyfn]`, which both wrap Rust functions to create python functions. Pyo3 users need to know which applies in two differ…
-
Everpad not starting on boot. After killing and launching from terminal I get the following:
everpad u%
ERROR:dbus.proxies:Introspect error on :1.213:/EverpadService: dbus.exceptions.DBusException: o…
-
In Heptapod by @YannickJadoul on Oct 4, 2020, 22:41
It seems that PyPy's behavior diverges from CPython on handling the `tp_name` for so-called heap types. For example, extending the standard example…
-
```
What steps will reproduce the problem?
1. Install with maria 5.5.22 Ubuntu 11.04
2.
3.
What is the expected output? What do you see instead?
What is the output when running with the "--verbose -…
-
```
What steps will reproduce the problem?
1. Install with maria 5.5.22 Ubuntu 11.04
2.
3.
What is the expected output? What do you see instead?
What is the output when running with the "--verbose -…