[Python-Dev] Summary of Python tracker Issues

2015-06-05 Thread Python tracker
ACTIVITY SUMMARY (2015-05-29 - 2015-06-05) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4853 ( +9) closed 31295 (+54) total 36148 (+63) Open issues wit

Re: [Python-Dev] Mingw help

2015-06-05 Thread anatoly techtonik
On Fri, Jun 5, 2015 at 2:24 AM, Steve Dower wrote: > If you have an interest in linking to the Windows builds of Python 2.7 and > 3.5+ using mingw, please visit http://bugs.python.org/issue24385 > > Unless someone can provide me with the One True Way to generate a lib that > will work for everyone

Re: [Python-Dev] Unable to build regex module against Python 3.5 32-bit

2015-06-05 Thread Paul Moore
On 5 June 2015 at 02:28, MRAB wrote: > For reference, here's how I can build the regex module on Windows 8.1, > 64-bit, using only MinGW64. > > For Python 3.5, I can link against "python35.dll", but for earlier > versions, including Python 2.7, I need "libpython.a". > > I have built regex module f