Skip to content

Commit

Permalink
packaging: remove cythonized files
Browse files Browse the repository at this point in the history
See slaypni#13. Issue is that the cythonized .pyx file can stop matching
CPython APIs across Python versions, and that the .cpp file is
automatically used if it exists. This causes the Cython build to fail.

The gitignore change prevents .cpp files from being added in future
and adds a note about why not.
  • Loading branch information
Drew Risinger committed Feb 24, 2020
1 parent ea13ae2 commit 213fcb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24,322 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ build/
*.pyc
*.so
*.html

# No cythonized C++ files, which can get out of date across Python versions
*.cpp
Loading

0 comments on commit 213fcb6

Please sign in to comment.