njwhite
njwhite
Thanks - I'd find this really useful.
- [ ] Nvidia [to add support](https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html#type-system) for `f16` ("`half`") types in NVVM IR - otherwise need to sprinkle `llvm.convert.to.fp16.f32` / `llvm.convert.from.fp16.f32` everywhere (and lower `types.f16` in numba code to...
@vjoel I will, thanks!
I've managed to solve this: basically PAM returns the `KRB5CCNAME` value to Jupyterhub (in my case -- RHEL 7 -- via `sssd` and `pam_sss.so`). However, nothing in the Jupyterhub code...
@fzumstein i bet your gen_py directory doesn’t have a Range.py file any more
Why does gen_py get spontaneously deleted anyway? Is it pywin32 or the OS clearing temp files? If the latter, can the gen_py directory be moved by config to somewhere more...
@fzumstein found it [here](https://github.com/mhammond/pywin32/blob/c1e4368d421567bc4f138e9c28f6d01ba8de425a/com/win32com/client/gencache.py#L62). If there’s a transient IO error on module load the gencache gets wiped and rebuilt (but no Excel specific classes are regenerated)