La Copa del Clásico Mundial de Béisbol desata la pasión en Maturín
La Copa del Clásico Mundial de Béisbol desata la pasión en Maturín
🎉 maturin-guide-l10n is published!
🚀 Preview:
https://projects.localizethedocs.org/maturin-guide-l10n
🌐 Crowdin:
https://localizethedocs.crowdin.com/maturin-guide-l10n
🐙 GitHub:
https://github.com/localizethedocs/maturin-guide-l10n
#Crowdin #GitHub #mdBook #Rust #Python #Maturin #PyO3 #CFFI #UniFFI
Bad news: I accidentally broke creating sdists with maturin
Good news: It wasn't entirely my fault and I figured out a fix
It was partially caused by a bug in the CPython `tarfile` module!
https://github.com/python/cpython/issues/141707
Bug report Bug description: When an entry uses GNU long name encoding the tarfile module reads in the data blocks for the name and then calls self.fromtarfile() again to get the 'actual' header. Th...