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 The Compiler, hieu.nguyen, serhiy.storchaka, tweksteen, vstinner
Date 2020-05-06.12:59:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588769943.1.0.519530115642.issue40527@roundup.psfhosted.org>
In-reply-to
Content
Oh right, that's because Python parses the command line at least 3 times :-) The first 2 times, it is not supposed to log errors. It's a bug: attached PR 19955 fix it.
History
Date User Action Args
2020-05-06 12:59:03vstinnersetrecipients: + vstinner, hieu.nguyen, serhiy.storchaka, tweksteen, The Compiler
2020-05-06 12:59:03vstinnersetmessageid: <1588769943.1.0.519530115642.issue40527@roundup.psfhosted.org>
2020-05-06 12:59:03vstinnerlinkissue40527 messages
2020-05-06 12:59:02vstinnercreate