Peter Würtz
Peter Würtz
[BUG] - crash on c++ exception when importing 2 pybind submodules built from different MSVC versions
@rwgk Right, PR proposal is out: #4779. As a simple test I rebuilt one of my pybind11 modules with this PR on GitHub-Actions. The pybind11-internals-key now yields `"__pybind11_internals_v4_msvc_mscver1935__"`.
Multi-phase initialization (PEP 489) is now a prerequisite for supporting the new per-interpreter GIL (PEP 684) introduced in Python 3.12.
Am I reading this correctly? The MMAL component of this library currently cannot be built for 64bit, thus FFMPEG hardware encoding (which requires `h264_mmal`) is not possible on such systems?
Thanks @6by9 for pointing in the right direction! Until today I didn't know what `v4l2m2m` was (associated `v4l2` with webcam-capturing up to now). Hit another wall though, as the Ubuntu...
Are TypeScript-enums only available via `tsembind`? With the build-in `--embind-emit-tsd` generator I'm getting non-enum `.d.ts` definitions like this: ```ts export interface MyEnumValue { value: T; } export type MyEnum =...