Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Amber Brown
I'll also note that very soon, pypy2.7 should also be supported. On Fri, 13 Apr 2018, 16:00 Mark Williams, wrote: > On Thu, Apr 12, 2018, at 10:53 PM, Craig Rodrigues wrote: > > > > > > On Thu, Apr 12, 2018 at 10:35 PM, Amber Brown > wrote: > >> It does on master, i think, but unsupported doesn

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Amber Brown
No, it does not. May be worth it for just select, tho, considering we have pypy specific checks. On Fri, 13 Apr 2018, 15:58 Hynek Schlawack, wrote: > It does on master, i think, but unsupported doesn't run on PRs. >> >> I'm happy to move it to supported if we're happy with it! I think since >> i

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Mark Williams
On Thu, Apr 12, 2018, at 10:53 PM, Craig Rodrigues wrote: > > > On Thu, Apr 12, 2018 at 10:35 PM, Amber Brown > wrote: >> It does on master, i think, but unsupported doesn't run on PRs. >> >> I'm happy to move it to supported if we're happy with it! I think since it >> runs all the main react

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Hynek Schlawack
> It does on master, i think, but unsupported doesn't run on PRs. > > I'm happy to move it to supported if we're happy with it! I think since it > runs all the main reactors plus asyncio, we can be relatively trusting of it > being green now... > > > That build runs select, poll, epoll, and as

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Craig Rodrigues
On Thu, Apr 12, 2018 at 10:35 PM, Amber Brown wrote: > It does on master, i think, but unsupported doesn't run on PRs. > > I'm happy to move it to supported if we're happy with it! I think since it > runs all the main reactors plus asyncio, we can be relatively trusting of > it being green now...

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Amber Brown
It does on master, i think, but unsupported doesn't run on PRs. I'm happy to move it to supported if we're happy with it! I think since it runs all the main reactors plus asyncio, we can be relatively trusting of it being green now... On Fri, 13 Apr 2018, 15:08 Glyph, wrote: > > > > On Apr 12,

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Craig Rodrigues
On Thursday, April 12, 2018, Amber Brown wrote: > My work is paying off... :) > Thank you!! -- Craig ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Glyph
> On Apr 12, 2018, at 9:59 PM, Amber Brown wrote: > > My work is paying off... :) So I think we can call pypy3 a supported platform now? Does it report build status to Github yet? -g ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Amber Brown
My work is paying off... :) On Fri, 13 Apr 2018, 14:24 Glyph, wrote: > On Apr 12, 2018, at 9:22 PM, Craig Rodrigues > wrote: > > > Hi, > > I just took a look at this: > > https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy3/builds/27 > > running with: > > Python 3.5.3 (3f6eaa010fce, Ja

Re: [Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Glyph
On Apr 12, 2018, at 9:22 PM, Craig Rodrigues wrote: > > Hi, > > I just took a look at this: > > https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy3/builds/27 > > > running with: > > Python 3.5.3 (3f6eaa010fce

[Twisted-Python] pypy3 builds passing?

2018-04-12 Thread Craig Rodrigues
Hi, I just took a look at this: https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy3/builds/27 running with: Python 3.5.3 (3f6eaa010fce, Jan 11 2018, 04:44:35) [PyPy 5.10.1 with GCC 6.2.0 20160901] Ran 12268 tests in 455.535s PASSED (skips=2240, successes=10028) Is that a fluke, o

Re: [Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread Werner Thie
+1 never seen NSSM crash Werner On 04/12/2018 07:50 AM, Ray Cote wrote: On Thu, Apr 12, 2018 at 12:12 PM, Thomas Westfeld mailto:thomas.westf...@currenta.de>> wrote: Hello all, I have written a nice twisted-based TCP-server as a twistd plugin or an application as a .tac file

Re: [Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread Ray Cote
On Thu, Apr 12, 2018 at 12:12 PM, Thomas Westfeld < thomas.westf...@currenta.de> wrote: > Hello all, > > I have written a nice twisted-based TCP-server as a twistd plugin or an > application as a .tac file and I would like to run it as a windows service. > Hi Thomas: Recommend you take a look at

Re: [Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread John Aherne
I think you will find this blog post will tell you all you need to know. There are 3 separate blogs covering twisted as a windows service http://www.christianlong.com/blog/archives.html Regards John Aherne On Thu, Apr 12, 2018 at 5:12 PM, Thomas Westfeld < thomas.westf...@currenta.de> wrote:

[Twisted-Python] Running a twisted application as windows service

2018-04-12 Thread Thomas Westfeld
Hello all, I have written a nice twisted-based TCP-server as a twistd plugin or an application as a .tac file and I would like to run it as a windows service. It works when started from cmd.exe but I would like to run it as a native service. I have seen that the pywin32 package has a win32serv

[Twisted-Python] Mandatory HTTPS on twistedmatrix.com

2018-04-12 Thread Mark Williams
Hi all, twistedmatrix.com and its subdomains now redirect all HTTP requests to HTTPS. If the transition goes smoothly, I'll turn on HSTS (https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) next week. Please let me know if you notice any irregularities. -- Mark Williams m...@eno