[Python-Dev] Re: Keeping Python a Duck Typed Language.

2021-04-22 Thread Matthew Einhorn
On Thu, Apr 22, 2021, at 1:01 PM, Brett Cannon wrote: > > > On Thu, Apr 22, 2021 at 4:11 AM Paul Moore wrote: >> On Thu, 22 Apr 2021 at 11:21, Paul Moore wrote: >> > >> > On Thu, 22 Apr 2021 at 11:06, Chris Angelico wrote: >> > > >> > > Someone will likely correct me if this is inaccurate, but

[Python-Dev] async generator bug fixed in 3.8+ and backported to 3.6 but not to 3.7

2020-08-11 Thread Matthew Einhorn
Hi, The fix for https://bugs.python.org/issue33786 ("@asynccontextmanager doesn't work well with async generators") was merged in 3.8 and then backported to 3.6. However, it was overlooked to be backported for 3.7 ( https://github.com/python/cpython/pull/7506). I'm aware that 3.7 is in security f

Re: [Python-Dev] Python environment registration in the Windows Registry

2016-02-03 Thread Matthew Einhorn
On Wed, Feb 3, 2016 at 3:15 AM, Alexander Walters wrote: > ...just when I thought I have solved the registry headaches I have been > dealing with... > > I am not saying this proposal will make the registry situation worse, but > it may break my solution to the headaches Python's registry use caus

Re: [Python-Dev] VS 2010 compiler

2015-10-02 Thread Matthew Einhorn
On Wed, Sep 30, 2015 at 3:57 PM, Carl Kleffner wrote: > Concerning the claims that mingw is difficult: > > The mingwpy package is a sligthly modified mingw-w64 based gcc toolchain, > that is in development. It is designed for simple use and for much better > compatibility to the standard MSVC pyt