Re: __pycache__ directories and distcleancheck

2018-06-14 Thread Adam Mercer
On Wed, Jun 13, 2018 at 12:30 PM Jim Meyering wrote: > Thanks for the report. Would you please create a minimal set-up to > demonstrate the problem? That will probably expedite a proper fix. I will, our project can in no way be considered minimal so I'll try and create a very small example. It

Re: __pycache__ directories and distcleancheck

2018-06-13 Thread Jim Meyering
Thanks for the report. Would you please create a minimal set-up to demonstrate the problem? That will probably expedite a proper fix. On Wed, Jun 13, 2018, 11:56 Adam Mercer wrote: > Hi > > We've recently updated our code to support Python3 and are running > into a problem with __pycache__ direc

__pycache__ directories and distcleancheck

2018-06-13 Thread Adam Mercer
Hi We've recently updated our code to support Python3 and are running into a problem with __pycache__ directories being leftover in the build directory after a distclean. Is the appropriate thing to do here simply to list the files in DISTCLEANFILES or is there a better way? Cheers Adam