enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
292 stars 99 forks source link

Set cython "language_level" explicitly to 3 #781

Closed rahulporuri closed 3 years ago

rahulporuri commented 3 years ago

This PR sets the Cython language_level explicitly to 3.

rahulporuri commented 3 years ago

Thanks for the headsup @aaronayres35 - it's better to set language_level in a single place instead of setting it repeatedly in every single cython file, which can potentially lead to a bug if the developer forgets to add language_level to a new cython file.

rahulporuri commented 3 years ago

@aaronayres35 do you want to take another look at this PR before I merge?