scylladb / scylla-cqlsh

A fork of the cqlsh code
Apache License 2.0
11 stars 29 forks source link

setup.py: explicitly specify cython's language_level #52

Closed tchaikov closed 10 months ago

tchaikov commented 10 months ago

this series restructures get_extensions(), and also silences the warning like:

/tmp/build-env-p23crgfa/lib64/python3.11/site-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /home/kefu/dev/scylladb/tools/cqlsh/cqlshlib/copyutil.py
  tree = Parsing.p_module(s, pxd, full_module_name)
tchaikov commented 10 months ago

@fruch hi Israel, could you help review this change as well?