You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally the build system shouldn't modify anything in the source tree. We violate that principle by adding a .pyc file near every .py file. That causes problems with certain SVN operations (e.g. a shoulder should be deleted when doing an svn update, but it can't because the .pyc file counts as local modification). Maybe python provides a way of avoiding the creation of those files or at least to put them in another place (bin folder)?
The text was updated successfully, but these errors were encountered:
Normally the build system shouldn't modify anything in the source tree. We violate that principle by adding a .pyc file near every .py file. That causes problems with certain SVN operations (e.g. a shoulder should be deleted when doing an svn update, but it can't because the .pyc file counts as local modification). Maybe python provides a way of avoiding the creation of those files or at least to put them in another place (bin folder)?
The text was updated successfully, but these errors were encountered: