Known Issues
- Enabling the NEP-49 numpy allocators will often segfault when running in a multiprocess setting.
 - The timeout value is always set to 
0when usingPYKX_Q_LOCK. pykx.qfails to load under Windows.- Enabling 
PYKX_ALLOCATORand using PyArrow tables can cause segfaults in certain scenarios. kurlfunctions require theiroptionsdictionary to have mixed type values. Add aNonevalue to bypass:{'': None, ...}(See docs)