fix: Ensure temporary .pyc & .pyo files are excluded from the interpreters repository files by mattem · Pull Request #2743 · bazel-contrib/rules_python
Conversation
We've seen cases the temporary versions for the .pyc and .pyo files are unstable on certain interpreter toolchains. The temp files take for form of .pyc.NNN, so the amended glob patten will still match both the .pyc and .pyc.NNN versions of the file names.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah geeze. I swear I had added pyc.NNN ignore stuff to these, too, but I guess not. Thanks!
mattem
deleted the
fix/ignore_tmp_pyco
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters