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 steve.dower
Recipients ethan smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-02-25.10:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582625595.22.0.0332754661745.issue39747@roundup.psfhosted.org>
In-reply-to
Content
Well, you're running a debug build but building a release build (unless you missed the "-d" from the command line -- "-e" is the default now, BTW), so your build may be out of sync.

These assertion dialogs are supposed to be suppressed during the test suite, but only when run using "python.bat -m test test_os". If you're running the OS tests any other way, then you'll see these popups.

(I hope you used Ctrl+C in the dialog to copy the text, by the way. That's a lot to copy out by hand!)

---

FWIW, these are very good assertions for most programs. But most programs are not intentionally passing arbitrary values into system calls, so we have to suppress them for Python :)
History
Date User Action Args
2020-02-25 10:13:15steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, ethan smith
2020-02-25 10:13:15steve.dowersetmessageid: <1582625595.22.0.0332754661745.issue39747@roundup.psfhosted.org>
2020-02-25 10:13:15steve.dowerlinkissue39747 messages
2020-02-25 10:13:15steve.dowercreate