Re: [Python-Dev] PEP 475 accepted

2015-02-03 Thread Georg Brandl
On 02/03/2015 04:25 PM, Larry Hastings wrote: > > On 02/02/2015 12:58 PM, Victor Stinner wrote: >> 2015-02-02 21:49 GMT+01:00 Guido van Rossum : >>> W00t! Congratulations les Français! >> We will celebrate this acceptance with a glass of red wine and cheese. > > If it were me, I'd use separate gl

Re: [Python-Dev] Import Fails in setup.py On Android

2015-02-03 Thread Cyd Haselton
It's not very helpful, but here it us if you want to look at it. I added the INFO/ALERT statements in setup.py for troubleshooting purposes. INFO: removing statically built modules INFO: Parsing Modules/Setup and Setup.local INFO: Getting env var to pass to setup.py INFO: Building remaining exts

Re: [Python-Dev] Import Fails in setup.py On Android

2015-02-03 Thread Cyd Haselton
Reply in body of email below for clarity On February 2, 2015 4:09:20 PM CST, "Frank, Matthew I" wrote: >There’s now (as of a couple days ago) a python mobile-sig >(https://mail.python.org/mailman/listinfo/mobile-sig). While that >group is much smaller than python-dev and probably not as knowled

Re: [Python-Dev] Import Fails in setup.py On Android

2015-02-03 Thread Cyd Haselton
The array module is the current culprit. Are there details about the freeze process at Python.org? That may help me figure out what and why my build breaks? I'll try my best to get a traceback...I don't have a working gdb in this env yet...and if I do get one I'll add it to the email I send to

Re: [Python-Dev] PEP 475 accepted

2015-02-03 Thread Larry Hastings
On 02/02/2015 12:58 PM, Victor Stinner wrote: 2015-02-02 21:49 GMT+01:00 Guido van Rossum : W00t! Congratulations les Français! We will celebrate this acceptance with a glass of red wine and cheese. If it were me, I'd use separate glasses. //arry/ __

Re: [Python-Dev] PEP 475 accepted

2015-02-03 Thread Victor Stinner
2015-02-03 15:25 GMT+01:00 Giampaolo Rodola' : > OK, thanks for clarifying, this is a very nice addition. One last thing: > should InterruptedError exception be deprecated? As far as I understand it > should never occur again, right? signal.setinterrupt() is not deprecated so you can still "disabl

Re: [Python-Dev] PEP 475 accepted

2015-02-03 Thread Giampaolo Rodola'
On Mon, Feb 2, 2015 at 10:46 PM, Victor Stinner wrote: > 2015-02-02 22:11 GMT+01:00 Giampaolo Rodola' : > > I may be chiming in a little late, however, I'd have a question: does > this > > affect non-blocking applications somehow? > > How often should we expect to receive EINTR? > > Each time a p

Re: [Python-Dev] PEP 475 accepted

2015-02-03 Thread Nick Coghlan
On 3 Feb 2015 06:46, "Antoine Pitrou" wrote: > > > Hello, > > I'm now accepting PEP 475 - "Retry system calls failing with EINTR". > You can read it at https://www.python.org/dev/peps/pep-0475/ > > The implementation is more or less ready at > http://bugs.python.org/issue23285, so you can expect i

Re: [Python-Dev] Workflow PEP proposals are now closed

2015-02-03 Thread Nick Coghlan
On 3 Feb 2015 01:26, "Brett Cannon" wrote: >>> >> >> >> Is there going to be discussion between the two approaches or should the PEPs themselves address each other? > > > Since PEPs are meant to act as a record of what was discussed on a topic then it probably wouldn't hurt to incorporate why your