sme
sme
Reference this bug if you encounter errors, which are not handled / raised like ctypes would. There are still plenty of them.
Workaround: None. Intended solution: Implement ``DllCanUnloadNow`` and ``DllGetClassObject``.
Current workaround: Use c_long instead and parse it manually. Intended solution: Handle HRESULT like ctypes would, i.e. check the error bit and raise an error if it is set when...
Workaround: None. Intended solution: Implement it.
I could not find anything related in the documentation. I am currently using a "hack" working on some Intel-based systems: Messing around with temperature sensors, but it really is not...
- [x] I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG). - [x] I have included a self contained code...
Hey, the author of [zugbruecke](https://github.com/pleiszenburg/zugbruecke) here. The packages just saw a [major update](https://github.com/pleiszenburg/zugbruecke/blob/master/CHANGES.md#010-2022-09-11). As of v0.1.0 of `zugbruecke`, [this line](https://github.com/kk49/deca/blob/a6966f1b912fba70010cb8cd8a8758fb99363579/deca/decompress.py#L3) in your package needs to be changed from ... ```python...