-
I am trying to communicate with a Keithley 708A switch matrix that only has GPIB communication. I am using a GPIB_USB_HS adapter and I have tried installing linux-gpib (but this build fails) and pyvis…
-
```
:) cllang@cllang-mac:~$ python3.12 -c 'import fido2'
:) cllang@cllang-mac:~$ python3.12 -c 'import fido2.hid'
Abort trap: 6
```
Tested with fido2 1.1.3 and Python 3.12.2 from MacPorts on ma…
-
## Expected behavior and actual behavior.
File "/home/work/extoanaservice/app/analyzers/work_area.py", line 627, in init
mesh_link_gdf.to_csv(os.path.join(self.file_manager.storage_folder(), m…
-
**Describe the bug**
When updating to pypi/pywin32-ctypes@0.2.3 from 0.2.2 the license is identified as `BSD-3-Clause AND NOASSERTION` instead of `BSD-3-Clause`. The `NOASSERTION` is causing an un…
-
I think I may have encountered a bug while trying to use the debug utils extension in Olivine. The following code triggers an exception
```
(* example.ml *)
module A = Ctypes.CArray
module Vkt…
-
In Heptapod by bitbucket_importer on Aug 3, 2012, 08:10
*Created originally on Bitbucket by Anonymous*
**From (bugs.pypy.org) by: Yaakov Selkowitz**
-
**Steps/Code to reproduce bug**
```python
import torch
import cutlass.epilogue
def epilogue(accum, bias):
D = accum + bias
return D
examples_tensors = dict(
accum=torch.randn(1024, 102…
-
**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:
…
-
# Bug report
### Bug description:
Several extension modules don't fully emit the relevant audit events, leading to file read or process spawning without any traceability.
In particular:
- Calling 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 …