Re: Python 3.8.0b1 is now available for testing

2019-06-06 Thread Cătălin George Feștilă
+1 Thanks On Thu, Jun 6, 2019 at 1:35 AM Miro Hrončok wrote: > Fedora 30: https://bodhi.fedoraproject.org/updates/FEDORA-2019-204584be85 > Fedora 29: https://bodhi.fedoraproject.org/updates/FEDORA-2019-e77f7dbb32 > > Copr with the "python3" package updated (to use in mock): > https://copr.fedora

numpy+wx breaks pillow on ppc64le: cannot allocate memory in static TLS block

2019-06-06 Thread Elliott Sales de Andrade
I'm not sure in which package the error lies here and thus where to file the bug report. This occurs on only ppc64le with a matplotlib build [1]. Does anyone have any ideas? This works: >>> import wx >>> from PIL import Image and this works: >>> import numpy >>> from PIL import Image but if you