Re: [Python-Dev] Have a big machine and spare time? Here's a possible Python bug.

2019-05-23 Thread Joni Orponen
n your benchmark results. -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Last-minute request: please backport bpo-33329 fix to 3.4 and 3.5

2019-03-11 Thread Joni Orponen
On Sun, Mar 10, 2019 at 7:50 AM Larry Hastings wrote: > On 3/4/19 2:29 AM, Joni Orponen wrote: > > On Sat, Mar 2, 2019 at 7:08 AM Larry Hastings wrote: > >> This bug in bpo-33329: >> >> https://bugs.python.org/issue33329 >> >> >> This is also p

Re: [Python-Dev] Last-minute request: please backport bpo-33329 fix to 3.4 and 3.5

2019-03-04 Thread Joni Orponen
Buster with GCC. Somehow building with Clang is fine. Does the configure time choice of compiler make a difference here for 3.4 and 3.5? -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/pyt

Re: [Python-Dev] Adding test.support.safe_rmpath()

2019-02-14 Thread Joni Orponen
e shutil.rmtree in tearDown()). That way > I don’t have to adjust house-keeping code when I make changes to test code. > As tempfile provides context managers, should these be used internally for something like this? Provide a decorator which passes in the temp file / directo

Re: [Python-Dev] bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals

2018-10-19 Thread Joni Orponen
reading side effects unpicklables into the globals. Also being able to pass in globals=None would be optimal for a lot of use cases. -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] A more flexible task creation

2018-06-14 Thread Joni Orponen
e actually want to limit. The practical issue is most likely something to do with hitting timeouts when trying to queue too much work onto a service. -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/list

Re: [Python-Dev] Process to remove a Python feature

2018-05-08 Thread Joni Orponen
this package > platform.linux_distribution() -> obsolete.platform.linux_distribution() If one can import from the future can one can also import from the past? -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-d

Re: [Python-Dev] OS-X builds for 3.7.0

2018-02-01 Thread Joni Orponen
On Thu, Feb 1, 2018 at 12:18 AM, Chris Barker <chris.bar...@noaa.gov> wrote: > On Wed, Jan 31, 2018 at 3:13 AM, Joni Orponen <j.orpo...@4teamwork.ch> > wrote: > >> On Wed, Jan 31, 2018 at 12:43 AM, Chris Barker - NOAA Federal < >> chris.bar...@noaa.gov> wr

Re: [Python-Dev] OS-X builds for 3.7.0

2018-01-31 Thread Joni Orponen
gt; for 64-bit so I'm not sure how much each bit continues. Our recipe for > python 3.6 can be found at: > Do you metrify LTO and PGO independent of each other as well or only the "enable everything" combo? I've had mixed results with LTO so far, but this is probably hardware / compiler co

Re: [Python-Dev] OS-X builds for 3.7.0

2018-01-31 Thread Joni Orponen
> We are re-building ourselves. Seems we've cooked up something not too unsimilar to what Anaconda is doing, but less generic and covering less corner cases. -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.

Re: [Python-Dev] OS-X builds for 3.7.0

2018-01-30 Thread Joni Orponen
to be > working well. > PyPy is also currently eyeing doing their macOS builds better: https://bitbucket.org/pypy/pypy/issues/2734/establish-a-build-and-release-pipeline-for What do the Anaconda static builds get built on? -- Joni Orponen ___ Py

Re: [Python-Dev] OS-X builds for 3.7.0

2018-01-30 Thread Joni Orponen
As suggested on pythonmac-sig, I'd like to see 10.11 get chosen as the macOS to build on as it provides a decent balance between hardware compatibility and being new(er). -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.pyth

Re: [Python-Dev] OS-X builds for 3.7.0

2018-01-30 Thread Joni Orponen
ussion here from a ~cross-post on pythonmac-sig: https://mail.python.org/pipermail/pythonmac-sig/2018-January/024283.html -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] Slipping Python 3.5.5rc1 and 3.4.8rc1 because of a Travis CI issue--can someone make Travis CI happy?

2018-01-22 Thread Joni Orponen
nttext/blob/a71bdc5b485b1562b2e320f5c41a15286f205f98/.travis.yml for a usage example. -- Joni Orponen ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com