pytaglib
pytaglib copied to clipboard
remove conditional compilation in Cython code
Context
Conditional compilation has been deprecated in Cython. We use it to distinguish taglib.File creation code for Windows and other systems.
Acceptance Criteria Code has been refactored not to use conditional compilation.