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 terry.reedy
Recipients miss-islington, serhiy.storchaka, terry.reedy
Date 2019-03-23.09:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553334946.49.0.394361394004.issue36405@roundup.psfhosted.org>
In-reply-to
Content
You mean that the patch will execute the code in imported module where the two are not even equal.  So I will revert the '__main__' changes.

I found two differences in completion behavior with the patch.  One is a failure that should work, another is a success that should fail.  I will try to turn at least one of them into a new test that fails before the reversion and passes after.
History
Date User Action Args
2019-03-23 09:55:46terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, miss-islington
2019-03-23 09:55:46terry.reedysetmessageid: <1553334946.49.0.394361394004.issue36405@roundup.psfhosted.org>
2019-03-23 09:55:46terry.reedylinkissue36405 messages
2019-03-23 09:55:46terry.reedycreate