STINNER Victor <vstin...@python.org> added the comment:

Michael: this issue is about bootstraping Python. If you want to test a patch 
or test something else, you must restart from a clean copy of the source code. 
Either use "make distclean", "git clean -fdx", or recreate the source directory 
(git clone, decompress an archive, etc.). Then restart from scratch: 
./configure && make.

> NameError: name 'sys' is not defined

Right, that's a stupid bug in my patch. You must import sys before.

----------

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

Reply via email to