Arfrever Frehtes Taifersar Arahesis added the comment:

Potential fix:

--- Makefile.pre.in
+++ Makefile.pre.in
@@ -1487,4 +1487,4 @@
 # Touch generated files
 touch:
-       hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
+       PYTHONDONTWRITEBYTECODE=1 hg --config 
extensions.touch=Tools/hg/hgtouch.py touch -v

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to