* Resolve number slots via MRO in PyNumber and operator, ensure inherited and dynamically added methods are found.
Use class().mro_find_map() to mimic the same behaviour as CPython.
Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
* correct error type when symbol is not found
* restype get/set
* base of PyCSimple for PyCArray
* PyCSimple::to_arg
* par down ctypes
* nt._LOAD_LIBRARY_SEARCH_DEFAULT_DIRS
* arguments for ctypes function
* force failure to import ctypes