Christian Seiler

Results 5 issues of Christian Seiler

I'm having issues with getting a USB HID device with an OUT endpoint to work. My goal here is to use the USB HID protocol to provide a generic communication...

The fix for caused a build regression in MinGW for me (amd64, CMake Buildsystem): - MinGW (for compatibility w/ build systems that expect glibc) allows the user to specify `-lm`...

bug

I've recently stumbled upon a crash in OpenSSL that happens in specific circumstances: - Linux (though possibly also on macOS, haven't tested it) - zlib 1.3.1 and OpenSSL 3.2.1 built...

branch: master
triaged: bug
branch: 3.0
branch: 3.1
branch: 3.2

The commit https://github.com/leethomason/tinyxml2/commit/cc4c1df7ec28101eaacc6388cd8a0a857bffd297 caused a huge change in how DLLs are built on MinGW. Previously, `#ifdef _WIN32` was used to check for Windows, and then `__declspec(dllexport)` and `__declspec(dllimport)` were used...

# Crash report ### What happened? Take the following simple example C extension: ```c #define PY_SSIZE_T_CLEAN #include typedef struct { PyObject_HEAD /* Type-specific fields go here. */ } CustomObject; static...

interpreter-core
type-crash
topic-C-API