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 guido.fioravantti
Recipients guido.fioravantti, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-11-02.19:09:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANxDnXwZfw6yE-FO=MQD_uqV9T90kwiLOh4WqO8rt0=nLsBMKg@mail.gmail.com>
In-reply-to <1635879913.21.0.970665255799.issue45589@roundup.psfhosted.org>
Content
My code patch uses ‘wslview’, which is a binary that is injected into every
WSL distro and forwards file open commands to windows.

I detect WSL inspecting the kernel version, which includes WSL tagging.

On Tue, Nov 2, 2021 at 3:05 PM Steve Dower <report@bugs.python.org> wrote:

>
> Steve Dower <steve.dower@python.org> added the comment:
>
> We don't formally support it yet. We probably need somebody to develop
> expertise in the emulation layer so that they can work with the Linux
> distro experts to make sure their distros are doing things properly.
>
> It has no relation at all to our Windows support (right now) - all
> versions of Python running in WSL 100% believe they are running on
> whichever Linux distro the user is running.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue45589>
> _______________________________________
>
History
Date User Action Args
2021-11-02 19:09:35guido.fioravanttisetrecipients: + guido.fioravantti, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2021-11-02 19:09:35guido.fioravanttilinkissue45589 messages
2021-11-02 19:09:35guido.fioravantticreate