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 eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-26.18:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637951004.47.0.953804744381.issue45901@roundup.psfhosted.org>
In-reply-to
Content
For future reference, in case someone stumbles over this issue, here's how I tested this change:

* set $env:IncludeUWP="true"
* did a regular PCbuild/build.bat
* generated a Store layout with "./python.bat PC/layout --preset-appx --copy ./out"
* mock-installed it with "Add-AppxPackage -Register ./out/appxmanifest.xml"
* used "Default Programs" to change my default to the new installed Python 3.11
* put "import sys; print(sys.argv); input()" into test.py
* ran "test.py arg1 arg2" and inspected the output
History
Date User Action Args
2021-11-26 18:23:24steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2021-11-26 18:23:24steve.dowersetmessageid: <1637951004.47.0.953804744381.issue45901@roundup.psfhosted.org>
2021-11-26 18:23:24steve.dowerlinkissue45901 messages
2021-11-26 18:23:24steve.dowercreate