kivy / cymunk

Cython port of Pymunk
http://readthedocs.org/docs/cymunk/en/latest/
MIT License
45 stars 29 forks source link

Use of .pxi files is deprecated #53

Open Berserker66 opened 6 years ago

Berserker66 commented 6 years ago

Basically see here: https://github.com/cython/cython/wiki/FAQ#what-is-the-difference-between-a-pxd-and-pxi-file-when-should-either-be-used

Due to pxd files and cimport existing, pxi files are on their way out.