Re: [Python-Dev] Py_Main() seems to be a NOOP
On Thu, Aug 10, 2017 at 2:26 AM, Patrick Rutkowski wrote: > I'm working on Windows with Python 3.6. I'm trying to make a wWinMain() GUI > application that uses an embedded python interpreter. I'm having various > issues with being unable to load extension modules, but I won't go into that > now because I've tracked my issue down to a much simpler test case. > > To begin, consider the source code of pythonw.exe... Follow up. Filed a bug in the python issue tracker: https://mail.google.com/mail/u/0/#inbox/15dcb0731f605c44 ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Py_Main() seems to be a NOOP
On 8/10/2017 3:26 AM, Patrick Rutkowski wrote: On Thu, Aug 10, 2017 at 2:26 AM, Patrick Rutkowski wrote: I'm working on Windows with Python 3.6. I'm trying to make a wWinMain() GUI application that uses an embedded python interpreter. I'm having various issues with being unable to load extension modules, but I won't go into that now because I've tracked my issue down to a much simpler test case. To begin, consider the source code of pythonw.exe... Follow up. Filed a bug in the python issue tracker: https://mail.google.com/mail/u/0/#inbox/15dcb0731f605c44 This returns a solicitation for gmail. Try https://bugs.python.org/issue31172 instead. -- Terry Jan Reedy ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] bugs.python.org - outage 08/09/17 until 8:00pm PST
On Thu, Aug 10, 2017 at 9:19 AM, Terry Reedy wrote: > Fetching pages came back, but updating issues is spotty. Some work, but for > others "an error has occurred" even with multiple tries. And I can't login to my account. When I tried to login via Google OpenID, I got "There is already an account for [email protected]". I also tried to reset my password and I got "Invalid login" when I tried to login with my new password. --Berker ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Python's Windows code-signing certificate
Just a heads-up, primarily for Marc-Andre, but letting everyone know for awareness. Next time we need to renew the PSF code signing certificate used for Windows releases, we will need to use a different CA. Our current certificate is from StartCom, who are losing their status as a trusted CA on Windows, which means any of their certificates issued after the 26th of September this year will be treated as invalid: https://blogs.technet.microsoft.com/mmpc/2017/08/08/microsoft-to-remove-wosign-and-startcom-certificates-in-windows-10/ The certificate we have right now is valid through February 2019, so there's no urgency to change (unless we want to avoid the risk of "accidental certificate revocation", which is one of the reasons Microsoft has lost trust in StartCom). Because the revocation of the root CA has a start date, all of our current releases and future releases with the current certificate will be fine. Since this will likely harm StartCom's business, it's very likely that they will get their act together and by the time we come to renew they'll be acceptable again. But we probably do want to be planning ahead to switch CA regardless. And for our macOS and Linux friends who may be uncertain what I'm referring to: this is the certificate embedded in the installer and every executable binary in our Windows distributions. It has nothing to do with GPG or the signature files you can download from python.org (these are still associated with my personal and completely unverified key, which is fine since nobody on Windows actually cares about GPG :) ). Cheers, Steve ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] bugs.python.org - outage 08/09/17 until 8:00pm PST
On Thu, Aug 10, 2017 at 4:44 PM, Berker Peksağ wrote: > On Thu, Aug 10, 2017 at 9:19 AM, Terry Reedy wrote: >> Fetching pages came back, but updating issues is spotty. Some work, but for >> others "an error has occurred" even with multiple tries. > > And I can't login to my account. When I tried to login via Google > OpenID, I got "There is already an account for [email protected]". I > also tried to reset my password and I got "Invalid login" when I tried > to login with my new password. Just an FYI: I'm now able to login to my account. Thank you everyone who worked on migrating bugs.p.o! --Berker ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
