Re: [Twisted-Python] pywin32 -> cffi update and feedback request

2016-01-23 Thread Oliver Palmer
So 0.1.2 is out and I've uploaded a patch set for review to #7889 which replaces win32api.FormatMessage and removes the dependency on pywin32 in twisted.python.lockfile (though it looks like we can do without needing to call on pywincffi in this case). Unfortunately, my update was spam filtered wi

Re: [Twisted-Python] pywin32 -> cffi update and feedback request

2016-01-23 Thread Glyph Lefkowitz
> On Jan 23, 2016, at 5:18 PM, Oliver Palmer wrote: > > So 0.1.2 is out and I've uploaded a patch set for review to #7889 which > replaces win32api.FormatMessage and removes the dependency on pywin32 in > twisted.python.lockfile (though it looks like we can do without needing to > call on pyw

Re: [Twisted-Python] pywin32 -> cffi update and feedback request

2016-01-23 Thread Oliver Palmer
Worked that time, thanks Glyph. On Sun, Jan 24, 2016 at 12:01 AM, Glyph Lefkowitz wrote: > > > On Jan 23, 2016, at 5:18 PM, Oliver Palmer > wrote: > > > > So 0.1.2 is out and I've uploaded a patch set for review to #7889 which > replaces win32api.FormatMessage and removes the dependency on pywi