[INFO]:    Building pyjnius for armeabi-v7a
[INFO]:    jnius apparently isn't already in site-packages
[INFO]:    Cythonizing anything necessary in pyjnius
[INFO]:    -> directory context /home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius
[INFO]:    -> running python3 -c import sys; print(sys.path)
[INFO]:    Trying first build of pyjnius to get cython files: this is expected to fail                                                                                      
[INFO]:    -> running python3 setup.py build_ext -v
           working: error: command '/home/klai/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit status 1      Exception in thread background thread for pid 6157:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 1633, in wrap
    fn(*rgs, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 2557, in background_thread
    handle_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 2261, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 861, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1: 

  RAN: /home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v

  STDOUT:
warning: [options] bootstrap class path not set in conjunction with -source 7
1 warning
running build_ext
building 'jnius' extension
/home/klai/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -target armv7a-linux-androideabi21 -fomit-frame-pointer -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include -DANDROID -D__ANDROID_API__=21 -I/home/klai/.buildozer/android/platform/android-ndk-r19c/sysroot/usr/include/arm-linux-androideabi -I/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/myaudiorecorder/include/python3.8 -fPIC -I/usr/lib/jvm/java-11-openjdk-amd64/include -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux -I/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.8/jnius/jnius.o
jnius/jnius.c:3082:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:3082:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:3082:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:3127:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:3127:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:3127:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:3379:82: warning: incompatible pointer types passing 'JNIEnv **'
      (aka 'const struct JNINativeInterface_ ***') to parameter of type
      'void **' [-Wincompatible-pointer-types]
  ...(&__pyx_v_env), NULL);
     ^~~~~~~~~~~~~~
jnius/jnius.c:4137:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:4137:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:4137:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:4564:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:4564:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:4564:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:5347:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:5347:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:5347:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:5392:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:5392:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:5392:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:5618:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:5618:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:5618:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:5668:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:5668:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:5668:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:9010:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_21)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:9010:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_21)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:9010:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_21)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:9060:15: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:9060:15: note: place parentheses around the '==' expression to
      silence this warning
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:9060:15: note: place parentheses around the & expression to
      evaluate it first
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:9358:15: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
          if (__Pyx_PyFastCFunction_Check(__pyx_t_20)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:9358:15: note: place parentheses around the '==' expression to
      silence this warning
          if (__Pyx_PyFastCFunction_Check(__pyx_t_20)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:9358:15: note: place parentheses around the & expression to
      evaluate it first
          if (__Pyx_PyFastCFunction_Check(__pyx_t_20)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:9403:15: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:9403:15: note: place parentheses around the '==' expression to
      silence this warning
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:9403:15: note: place parentheses around the & expression to
      evaluate it first
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:9521:15: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
          if (__Pyx_PyFastCFunction_Check(__pyx_t_25)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:9521:15: note: place parentheses around the '==' expression to
      silence this warning
          if (__Pyx_PyFastCFunction_Check(__pyx_t_25)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:9521:15: note: place parentheses around the & expression to
      evaluate it first
          if (__Pyx_PyFastCFunction_Check(__pyx_t_25)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:9566:15: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:9566:15: note: place parentheses around the '==' expression to
      silence this warning
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:9566:15: note: place parentheses around the & expression to
      evaluate it first
          if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:10443:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:10443:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:10443:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:10601:19: warning: assigning to 'jchar *' (aka 'unsigned short *')
      from 'const jchar *' (aka 'const unsigned short *') discards qualifiers
      [-Wincompatible-pointer-types-discards-qualifiers]
  ...= (__pyx_v_j_env[0])->GetStringChars(__pyx_v_j_env, __pyx_v_j_string, NULL);
     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:12524:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_12)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:12524:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_12)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:12524:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_12)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:12574:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:12574:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:12574:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:14494:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:14494:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:14494:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_19)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:14540:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:14540:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:14540:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:14937:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:14937:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:14937:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:14986:15: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
          if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:14986:15: note: place parentheses around the '==' expression to
      silence this warning
          if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:14986:15: note: place parentheses around the & expression to
      evaluate it first
          if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:15191:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_22)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:15191:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_22)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:15191:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_22)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:15240:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:15240:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:15240:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:15567:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:15567:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:15567:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:16339:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:16339:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:16339:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:16564:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:16564:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:16564:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:17409:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:17409:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:17409:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:17684:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:17684:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:17684:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:17729:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:17729:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:17729:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:18015:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:18015:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:18015:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:18960:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:18960:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:18960:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:19140:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:19140:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:19140:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:19201:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:19201:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:19201:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:19740:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_11)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:19740:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_11)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:19740:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_11)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:20216:30: warning: incompatible pointer types assigning to
      'jobject' (aka 'struct _jobject *') from 'jobject *' (aka
      'struct _jobject **'); dereference with * [-Wincompatible-pointer-types]
          (__pyx_v_jargs[0]) = ((jobject *)__pyx_v_classLoader);
                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                               *(                              )
jnius/jnius.c:20225:30: warning: incompatible pointer types assigning to
      'jobject' (aka 'struct _jobject *') from 'jclass *' (aka
      'struct _jobject **'); dereference with * [-Wincompatible-pointer-types]
          (__pyx_v_jargs[1]) = __pyx_v_interfaces;
                             ^ ~~~~~~~~~~~~~~~~~~
                               *
jnius/jnius.c:20316:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_10)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:20316:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_10)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:20316:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_10)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:20361:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:20361:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:20361:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:20488:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:20488:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:20488:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_9)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:20533:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:20533:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:20533:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:21906:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:21906:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:21906:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:21951:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:21951:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:21951:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:22375:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:22375:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:22375:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:22420:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_12)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:22420:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_12)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:22420:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_12)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:22718:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:22718:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:22718:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:22764:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:22764:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:22764:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:22882:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:22882:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:22882:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:22928:13: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:22928:13: note: place parentheses around the '==' expression to
      silence this warning
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:22928:13: note: place parentheses around the & expression to
      evaluate it first
        if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:23894:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:23894:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:23894:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:24527:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:24527:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:24527:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:24572:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:24572:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:24572:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:25328:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_13)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:25328:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_13)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:25328:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_13)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:26028:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:26028:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:26028:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:26739:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:26739:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:26739:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:27301:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:27301:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:27301:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:27350:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:27350:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:27350:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:27541:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:27541:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:27541:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:27590:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:27590:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:27590:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:28046:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:28046:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:28046:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:28097:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:28097:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:28097:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:29536:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:29536:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:29536:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:30611:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:30611:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:30611:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:31973:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:31973:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:31973:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_7)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:32018:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:32018:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:32018:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:32786:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:32786:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:32786:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:33900:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:33900:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:33900:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:34019:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:34019:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:34019:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:34138:7: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
  if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:34138:7: note: place parentheses around the '==' expression to
      silence this warning
  if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:34138:7: note: place parentheses around the & expression to
      evaluate it first
  if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:34219:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:34219:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:34219:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:34313:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:34313:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:34313:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_1)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:34689:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:34689:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:34689:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:34808:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:34808:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:34808:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_2)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:35770:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:35770:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:35770:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:35832:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:35832:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:35832:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:35864:36: warning: assigning to 'char *' from 'const char *'
      discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  (__pyx_v_invoke_methods[0]).name = ((char const *)"invoke0");
                                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:35873:41: warning: assigning to 'char *' from 'const char *'
      discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  ...= ((char const *)"(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;");
     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:36004:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:36004:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:36004:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:36143:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:36143:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:36143:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:36241:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:36241:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:36241:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_8)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:40026:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:40026:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:40026:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_5)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:40328:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:40328:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:40328:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_6)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:46714:9: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:46714:9: note: place parentheses around the '==' expression to
      silence this warning
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:46714:9: note: place parentheses around the & expression to
      evaluate it first
    if (__Pyx_PyFastCFunction_Check(__pyx_t_3)) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:46832:11: warning: & has lower precedence than ==; == will be
      evaluated first [-Wparentheses]
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
jnius/jnius.c:46832:11: note: place parentheses around the '==' expression to
      silence this warning
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...&& METH_FASTCALL == PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_ST...
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
jnius/jnius.c:46832:11: note: place parentheses around the & expression to
      evaluate it first
      if (__Pyx_PyFastCFunction_Check(__pyx_t_4)) {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:202:79: note: expanded from macro '__Pyx_PyFastCFunction_Check'
  ...PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)))
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jnius/jnius.c:51565:37: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_LocalRef.tp_print = 0;
                                    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51572:38: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_ByteArray.tp_print = 0;
                                     ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51577:39: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_JavaObject.tp_print = 0;
                                      ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51581:45: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_JavaClassStorage.tp_print = 0;
                                            ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51590:38: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_JavaClass.tp_print = 0;
                                     ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51601:38: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_JavaField.tp_print = 0;
                                     ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51611:39: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_JavaMethod.tp_print = 0;
                                      ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51618:47: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_JavaMultipleMethod.tp_print = 0;
                                              ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51623:44: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type_5jnius_5jnius_PythonJavaClass.tp_print = 0;
                                           ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51629:26: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type___pyx_array.tp_print = 0;
                         ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51633:32: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type___pyx_MemviewEnum.tp_print = 0;
                               ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51644:31: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type___pyx_memoryview.tp_print = 0;
                              ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:51653:36: warning: 'tp_print' is deprecated
      [-Wdeprecated-declarations]
  __pyx_type___pyx_memoryviewslice.tp_print = 0;
                                   ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/object.h:260:5: note: 
      'tp_print' has been explicitly marked deprecated here
    Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
    ^
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:515:54: note: 
      expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
jnius/jnius.c:52532:65: error: too many arguments to function call, expected 3,
      have 4
    return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     ^~~~
/home/klai/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/8.0.2/include/stddef.h:105:16: note: 
      expanded from macro 'NULL'
#  define NULL ((void*)0)
               ^~~~~~~~~~
jnius/jnius.c:53519:21: error: no member named 'exc_type' in 'struct _ts'
    *type = tstate->exc_type;
            ~~~~~~  ^
jnius/jnius.c:53520:22: error: no member named 'exc_value' in 'struct _ts'; did
      you mean 'curexc_value'?
    *value = tstate->exc_value;
                     ^~~~~~~~~
                     curexc_value
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:79:15: note: 
      'curexc_value' declared here
    PyObject *curexc_value;
              ^
jnius/jnius.c:53521:19: error: no member named 'exc_traceback' in 'struct _ts';
      did you mean 'curexc_traceback'?
    *tb = tstate->exc_traceback;
                  ^~~~~~~~~~~~~
                  curexc_traceback
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:80:15: note: 
      'curexc_traceback' declared here
    PyObject *curexc_traceback;
              ^
jnius/jnius.c:53528:24: error: no member named 'exc_type' in 'struct _ts'
    tmp_type = tstate->exc_type;
               ~~~~~~  ^
jnius/jnius.c:53529:25: error: no member named 'exc_value' in 'struct _ts'; did
      you mean 'curexc_value'?
    tmp_value = tstate->exc_value;
                        ^~~~~~~~~
                        curexc_value
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:79:15: note: 
      'curexc_value' declared here
    PyObject *curexc_value;
              ^
jnius/jnius.c:53530:22: error: no member named 'exc_traceback' in 'struct _ts';
      did you mean 'curexc_traceback'?
    tmp_tb = tstate->exc_traceback;
                     ^~~~~~~~~~~~~
                     curexc_traceback
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:80:15: note: 
      'curexc_traceback' declared here
    PyObject *curexc_traceback;
              ^
jnius/jnius.c:53531:13: error: no member named 'exc_type' in 'struct _ts'
    tstate->exc_type = type;
    ~~~~~~  ^
jnius/jnius.c:53532:13: error: no member named 'exc_value' in 'struct _ts'; did
      you mean 'curexc_value'?
    tstate->exc_value = value;
            ^~~~~~~~~
            curexc_value
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:79:15: note: 
      'curexc_value' declared here
    PyObject *curexc_value;
              ^
jnius/jnius.c:53533:13: error: no member named 'exc_traceback' in 'struct _ts';
      did you mean 'curexc_traceback'?
    tstate->exc_traceback = tb;
            ^~~~~~~~~~~~~
            curexc_traceback
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:80:15: note: 
      'curexc_traceback' declared here
    PyObject *curexc_traceback;
              ^
jnius/jnius.c:53736:24: error: no member named 'exc_type' in 'struct _ts'
    tmp_type = tstate->exc_type;
               ~~~~~~  ^
jnius/jnius.c:53737:25: error: no member named 'exc_value' in 'struct _ts'; did
      you mean 'curexc_value'?
    tmp_value = tstate->exc_value;
                        ^~~~~~~~~
                        curexc_value
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:79:15: note: 
      'curexc_value' declared here
    PyObject *curexc_value;
              ^
jnius/jnius.c:53738:22: error: no member named 'exc_traceback' in 'struct _ts';
      did you mean 'curexc_traceback'?
    tmp_tb = tstate->exc_traceback;
                     ^~~~~~~~~~~~~
                     curexc_traceback
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:80:15: note: 
      'curexc_traceback' declared here
    PyObject *curexc_traceback;
              ^
jnius/jnius.c:53739:13: error: no member named 'exc_type' in 'struct _ts'
    tstate->exc_type = local_type;
    ~~~~~~  ^
jnius/jnius.c:53740:13: error: no member named 'exc_value' in 'struct _ts'; did
      you mean 'curexc_value'?
    tstate->exc_value = local_value;
            ^~~~~~~~~
            curexc_value
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:79:15: note: 
      'curexc_value' declared here
    PyObject *curexc_value;
              ^
jnius/jnius.c:53741:13: error: no member named 'exc_traceback' in 'struct _ts';
      did you mean 'curexc_traceback'?
    tstate->exc_traceback = local_tb;
            ^~~~~~~~~~~~~
            curexc_traceback
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:80:15: note: 
      'curexc_traceback' declared here
    PyObject *curexc_traceback;
              ^
jnius/jnius.c:53763:24: error: no member named 'exc_type' in 'struct _ts'
    tmp_type = tstate->exc_type;
               ~~~~~~  ^
jnius/jnius.c:53764:25: error: no member named 'exc_value' in 'struct _ts'; did
      you mean 'curexc_value'?
    tmp_value = tstate->exc_value;
                        ^~~~~~~~~
                        curexc_value
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:79:15: note: 
      'curexc_value' declared here
    PyObject *curexc_value;
              ^
jnius/jnius.c:53765:22: error: no member named 'exc_traceback' in 'struct _ts';
      did you mean 'curexc_traceback'?
    tmp_tb = tstate->exc_traceback;
                     ^~~~~~~~~~~~~
                     curexc_traceback
/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/cpython/pystate.h:80:15: note: 
      'curexc_traceback' declared here
    PyObject *curexc_traceback;
              ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
98 warnings and 20 errors generated.
error: command '/home/klai/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit status 1


  STDERR:

                                                                                                                                                                            
[INFO]:    pyjnius first build failed (as expected)
[INFO]:    Running cython where appropriate
[INFO]:    Cythonize jnius/jnius.pyx
[INFO]:    -> running python3 -m Cython.Build.Cythonize ./jnius/jnius.pyx

Exception in thread background thread for pid 6189:                                                                                                                         
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 1633, in wrap
    fn(*rgs, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 2557, in background_thread
    handle_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 2261, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 861, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1: 

  RAN: /usr/bin/python3 -m Cython.Build.Cythonize ./jnius/jnius.pyx

  STDOUT:
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Cythonize.py", line 227, in <module>
    main()
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Cythonize.py", line 223, in main
    cython_compile(path, options)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Cythonize.py", line 106, in cython_compile
    **options.options)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Dependencies.py", line 963, in cythonize
    ctx = c_options.create_context()
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 597, in create_context
    self.cplus, self.language_level, options=self)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 80, in __init__
    from . import Builtin, CythonScope
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/CythonScope.py", line 5, in <module>
    from .UtilityCode import CythonUtilityCode
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/UtilityCode.py", line 3, in <module>
    from .TreeFragment import parse_from_strings, StringParseContext
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/TreeFragment.py", line 21, in <module>
    from . import Parsing
  File "Cython/Compiler/Scanning.pxd", line 18, in init Cython.Compiler.Parsing (/tmp/pip-install-qawtia8s/cython/Cython/Compiler/Parsing.c:67387)
ValueError: Cython.Compiler.Scanning.CompileTimeScope has the wrong size, try recompiling. Expected 32, got 40


  STDERR:


Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1260, in <module>
    main()
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main
    ToolchainCL()
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 709, in __init__
    getattr(self, command)(args)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 154, in wrapper_func
    build_dist_from_args(ctx, dist, args)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 216, in build_dist_from_args
    args, "ignore_setup_py", False
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 577, in build_recipes
    recipe.build_arch(arch)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1043, in build_arch
    self.build_cython_components(arch)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1068, in build_cython_components
    self.cythonize_build(env=env)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1115, in cythonize_build
    self.cythonize_file(env, build_dir, join(root, filename))
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 1106, in cythonize_file
    filename, *self.cython_args, _env=cyenv)
  File "/home/klai/Desktop/Kivy/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 167, in shprint
    for line in output:
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 907, in next
    self.wait()
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 837, in wait
    self.handle_command_exit_code(exit_code)
  File "/usr/local/lib/python3.6/dist-packages/sh-1.14.0-py3.6.egg/sh.py", line 861, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1: 

  RAN: /usr/bin/python3 -m Cython.Build.Cythonize ./jnius/jnius.pyx

  STDOUT:
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Cythonize.py", line 227, in <module>
    main()
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Cythonize.py", line 223, in main
    cython_compile(path, options)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Cythonize.py", line 106, in cython_compile
    **options.options)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Build/Dependencies.py", line 963, in cythonize
    ctx = c_options.create_context()
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 597, in create_context
    self.cplus, self.language_level, options=self)
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 80, in __init__
    from . import Builtin, CythonScope
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/CythonScope.py", line 5, in <module>
    from .UtilityCode import CythonUtilityCode
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/UtilityCode.py", line 3, in <module>
    from .TreeFragment import parse_from_strings, StringParseContext
  File "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/TreeFragment.py", line 21, in <module>
    from . import Parsing
  File "Cython/Compiler/Scanning.pxd", line 18, in init Cython.Compiler.Parsing (/tmp/pip-install-qawtia8s/cython/Cython/Compiler/Parsing.c:67387)
ValueError: Cython.Compiler.Scanning.CompileTimeScope has the wrong size, try recompiling. Expected 32, got 40


  STDERR:

# Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=myaudiorecorder --bootstrap=sdl2 --requirements=kivy==master,python3 --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/klai/Desktop/Kivy/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21
# ENVIRONMENT:
#     LS_COLORS = 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
#     LANG = 'en_US.UTF-8'
#     DISPLAY = ':0'
#     COLORTERM = 'truecolor'
#     HOME = '/home/klai'
#     TERM = 'xterm-256color'
#     XAUTHORITY = '/run/user/1000/gdm/Xauthority'
#     PATH = '/home/klai/.buildozer/android/platform/apache-ant-1.9.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin'
#     MAIL = '/var/mail/root'
#     LOGNAME = 'root'
#     USER = 'root'
#     USERNAME = 'root'
#     SHELL = '/bin/bash'
#     SUDO_COMMAND = '/usr/local/bin/buildozer android debug'
#     SUDO_USER = 'klai'
#     SUDO_UID = '1000'
#     SUDO_GID = '1000'
#     PACKAGES_PATH = '/home/klai/.buildozer/android/packages'
#     ANDROIDSDK = '/home/klai/.buildozer/android/platform/android-sdk'
#     ANDROIDNDK = '/home/klai/.buildozer/android/platform/android-ndk-r19c'
#     ANDROIDAPI = '27'
#     ANDROIDMINAPI = '21'
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2