[Python-Dev] Workflow improvement PEPs 474 & 462 updated

2015-01-31 Thread Nick Coghlan
As per Brett's target timeline, I've just posted updated versions of my workflow improvement proposals in PEP 474 and 462 PEP 474 is my proposal to host a Kallithea instance at forge.python.org: https://www.python.org/dev/peps/pep-0474/ This update was fairly minor, mainly just added some timelin

Re: [Python-Dev] Newly Built Python3 Binary Throws Segfault

2015-01-31 Thread Cyd Haselton
There were references to oldloc in Modules/python.c...a duplicate of the line in frozenmain.c and some others. On a hunch I commented them out, ran make clean && make. If it fails, I'll revert and use the method you sent in the email after this (thanks...by the way!) On January 31, 2015 1:10:1

Re: [Python-Dev] Newly Built Python3 Binary Throws Segfault

2015-01-31 Thread Ryan
No; I was looking for all uses of _PyRaw_Strdup. Surprisingly, it's used only a few times. Cyd Haselton wrote: >Question: >When you said earlier that you found the problem by using grep...were >you looking for places where strdup called locale? > >On January 30, 2015 7:52:47 PM CST, Ryan Gonzale

Re: [Python-Dev] Newly Built Python3 Binary Throws Segfault

2015-01-31 Thread Cyd Haselton
Question: When you said earlier that you found the problem by using grep...were you looking for places where strdup called locale? On January 30, 2015 7:52:47 PM CST, Ryan Gonzalez wrote: >Regardless, if you're looking to toy more with stuff like this, I'd >highly >recommend dual-booting with Ub

Re: [Python-Dev] Newly Built Python3 Binary Throws Segfault

2015-01-31 Thread chaselton
I don't have the SDK either...but my device is rooted. Dual-booting is not an option unfortunately...space reasons. I'll do my best to figure out a way to get the instuctions you sent implemented, but this may be a deal-breaker for porting Python 3.4.x for me...I may go back to working on 2.7.

Re: [Python-Dev] Newly Built Python3 Binary Throws Segfault

2015-01-31 Thread Ryan Gonzalez
Regardless, if you're looking to toy more with stuff like this, I'd highly recommend dual-booting with Ubuntu, which is what I'm doing now. (Now I rarely ever boot into Windows!) On Fri, Jan 30, 2015 at 7:51 PM, Ryan Gonzalez wrote: > Do you have just the SDK (which doesn't require Cygwin) or a