missing slot wrapper wrap_indexargfunc
(pypy36) ~/repos ❯❯❯ pypy3 -c 'from bitarray import bitarray; 1 * bitarray(1)'
cpyext: missing slot wrapper wrap_indexargfunc
RPython traceback:
File "pypy_interpreter.c", line 21880, in BuiltinCode_funcrun_obj
File "pypy_module_cpyext_6.c", line 15931, in wrap_indexargfunc_call
Fatal RPython error: NotImplementedError
[1] 2207558 abort (core dumped) pypy3 -c 'from bitarray import bitarray; 1 * bitarray(1)'
Project: https://github.com/ilanschnell/bitarray
Problem started with commit: https://github.com/ilanschnell/bitarray/commit/6d1ea5cfc2213068a9109ef3b2c585e6272a1d8a
Could someone please provide pointers on how to debug this?