Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Uwe F. Mayer
The workaround I implement is based on full-hour differences between localtime and gmtime, and uses hardcoded GMT+/-# strings. It obviously will not work correctly for timezones that have half-hour offsets to GMT, but it seemed to do the trick for what I needed. - Original Message - From

Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Alexander Belopolsky
On Mon, Apr 30, 2012 at 7:05 PM, Uwe F. Mayer wrote: > In particular the work-around for the tm structure to get by without the > tm_gmtoff and tm_zone fields may be of interest, as it allows compilation of > the rctime module on systems that don't have it, such as some versions of > SunOS. Inter

Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Ronny Pfannschmidt
On 06/14/2012 01:11 AM, Uwe F. Mayer wrote: From: Ronny Pfannschmidt I think we should encourage contributors to use tools that help the core developers/reviewers whenever possible. Ronny: I certainly don't mind generating diffs in a format that works for the dev team. It would be nice if tha

Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Uwe F. Mayer
> From: Ronny Pfannschmidt > I think we should encourage contributors to use tools that help the > core developers/reviewers whenever possible. Ronny: I certainly don't mind generating diffs in a format that works for the dev team. It would be nice if that format or desired tools were described

Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Ronny Pfannschmidt
On 06/13/2012 01:20 PM, Armin Rigo wrote: Hi Ronny, On Wed, Jun 13, 2012 at 9:54 AM, Ronny Pfannschmidt wrote: We would appreciate a unified diff or something that can easily be feed to hg import Sorry, I didn't mean to reject, but to put emphasis on the workflow when the patch has a more

Re: [pypy-dev] 300 bucks reward for fixing PyPy/OpenSSL issue

2012-06-13 Thread Tobias Oberstein
>Did you try with a recent nightly build? One created after this change: >http://mail.python.org/pipermail/pypy-commit/2012-June/063032.html  Tried, same issue;( [autobahn@autobahnws ~/scm/scratchbox/python/twisted/pypybug1]$ ~/pypy3/bin/pypy testcase.py ssl pool adbapi.ConnectionPool created

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread David Naylor
On Wednesday, 13 June 2012 13:06:14 Armin Rigo wrote: > Hi David, > > On Tue, Jun 12, 2012 at 11:58 AM, David Naylor > wrote: > > [translation:ERROR] .. (pypy.rlib.jit:557)set_param__None_enable_opts > > Nowadays, you cannot use the JIT with the CLI backend. Translating with -O2 I get: [transl

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread Armin Rigo
Hi Fijal, On Wed, Jun 13, 2012 at 1:17 PM, Maciej Fijalkowski wrote: > That probably does not mean that someone somewhere is not calling set_param, > like from command line parsing. It does mean it. At RPython level the only callers of rlib.jit.set_param() are all from module/pypyjit. For the

Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Armin Rigo
Hi Ronny, On Wed, Jun 13, 2012 at 9:54 AM, Ronny Pfannschmidt wrote: > We would appreciate a unified diff or > something that can easily be feed to hg import I don't think I would reject such a patch from these grounds; at least it *is* a patch, easily usable with "patch", and not, say, entire f

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread Maciej Fijalkowski
On Wed, Jun 13, 2012 at 1:06 PM, Armin Rigo wrote: > Hi David, > > On Tue, Jun 12, 2012 at 11:58 AM, David Naylor > wrote: > > [translation:ERROR] .. (pypy.rlib.jit:557)set_param__None_enable_opts > > Nowadays, you cannot use the JIT with the CLI backend. > > > Armin > __

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread Armin Rigo
Hi David, On Tue, Jun 12, 2012 at 11:58 AM, David Naylor wrote: > [translation:ERROR] .. (pypy.rlib.jit:557)set_param__None_enable_opts Nowadays, you cannot use the JIT with the CLI backend. Armin ___ pypy-dev mailing list pypy-dev@python.org http://

Re: [pypy-dev] 300 bucks reward for fixing PyPy/OpenSSL issue

2012-06-13 Thread Tobias Oberstein
> Did you try with a recent nightly build? One created after this change: > http://mail.python.org/pipermail/pypy-commit/2012-June/063032.html  No, I didn't .. I was using a build with last commit from 9th June .. I will try with this commit. Thx! ___

Re: [pypy-dev] 300 bucks reward for fixing PyPy/OpenSSL issue

2012-06-13 Thread Amaury Forgeot d'Arc
2012/6/13 Tobias Oberstein > I am offering a 300 $ reward to anyone fixing > > https://bugs.pypy.org/issue1162 > > We want to use Twisted on PyPy with OpenSSL on a network server involving > threads, and above issue is blocking this. > > Anyone? > Did you try with a recent nightly build? One cre

[pypy-dev] 300 bucks reward for fixing PyPy/OpenSSL issue

2012-06-13 Thread Tobias Oberstein
Hello all, I am offering a 300 $ reward to anyone fixing https://bugs.pypy.org/issue1162 We want to use Twisted on PyPy with OpenSSL on a network server involving threads, and above issue is blocking this. Anyone? Cheers, Tobias ___ pypy-dev mailing

Re: [pypy-dev] Patches for Pypy under cygwin

2012-06-13 Thread Ronny Pfannschmidt
We would appreciate a unified diff or something that can easily be feed to hg import the most appreciated way to give us patches is to have native hg created patches that we can just feed into hg at our side (native hg created patches also contain stuff like your name for correct attribution)