Set cython directives like language_level=3 and embedsignature=True globally, so that they are applied to all the cython files, rather than manually in each one. This removes a bunch of build warnings about not specifying a language_level while building
Set cython directives like
language_level=3
andembedsignature=True
globally, so that they are applied to all the cython files, rather than manually in each one. This removes a bunch of build warnings about not specifying a language_level while building