oops, apologies - pls ignore 🙂.

Sent from Outlook


From: Shahrokh Mortazavi
Sent: Tuesday, June 18, 2019 2:16 PM
To: Steve Dower; Python Dev
Subject: Re: [Python-Dev] Who uses libpython38.a on Windows?
 
ok. 

currently it has develop for web, ML, scripting, edu. 
how about another box: "Building apps for Windows using Python"...  is that a reality yet?



Sent from Outlook


From: Steve Dower <steve.dower@python.org>
Sent: Friday, June 14, 2019 1:53 PM
To: Python Dev
Subject: [Python-Dev] Who uses libpython38.a on Windows?
 
One of the most annoying steps in building the Windows installers is
generating the libpython38.a file. It's annoying, because it requires
having "generic enough" MinGW tools to ensure that the file is
compatible with whatever version of MinGW might be trying to build
against the regular Windows distribution.

I would like to stop shipping this file in 3.8 and instead put the steps
into the docs to show people how to generate them themselves (with the
correct version of their tools):

gendef python38.dll > tmp.def
dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a
-m i386:x86-64

(Obviously the commands themselves are not complicated if you already
have gendef and dlltool, but currently a normal CPython build system
does not have these.)

Before just doing this, I wanted to put out a request for information:

* Do you rely (or know anyone who relies) on libpython38.a on Windows?
* Are you able to add the two commands above to your build? If not, why not?

Thanks,
Steve
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Fmailman3%2Flists%2Fpython-dev.python.org%2F&amp;data=02%7C01%7Csmortaz%40exchange.microsoft.com%7Ca5552da04ce84bba15d208d6f10ba4d2%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636961429645522465&amp;sdata=4U1L3ErhvsdvqNFHw1tRA1WSflHeDCmYtnveW94jmvs%3D&amp;reserved=0
Message archived at https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Farchives%2Flist%2Fpython-dev%40python.org%2Fmessage%2FBYU35PWDNJ54COLNCFCSY3MCFYPF4KUK%2F&amp;data=02%7C01%7Csmortaz%40exchange.microsoft.com%7Ca5552da04ce84bba15d208d6f10ba4d2%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636961429645522465&amp;sdata=joltfcNqYned18OyebJOzkdJRG%2Ff%2BHPGlzzxzyE19jQ%3D&amp;reserved=0