Message363977
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. |
|
Date |
User |
Action |
Args |
2020-03-11 22:35:13 | vstinner | set | recipients:
+ vstinner, Michael.Felt, BTaskaya |
2020-03-11 22:35:13 | vstinner | set | messageid: <1583966113.95.0.269979652018.issue39936@roundup.psfhosted.org> |
2020-03-11 22:35:13 | vstinner | link | issue39936 messages |
2020-03-11 22:35:13 | vstinner | create | |
|