This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients BTaskaya, Michael.Felt, vstinner
Date 2020-03-11.22:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583966113.95.0.269979652018.issue39936@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-11 22:35:13vstinnersetrecipients: + vstinner, Michael.Felt, BTaskaya
2020-03-11 22:35:13vstinnersetmessageid: <1583966113.95.0.269979652018.issue39936@roundup.psfhosted.org>
2020-03-11 22:35:13vstinnerlinkissue39936 messages
2020-03-11 22:35:13vstinnercreate