https://bugzilla.redhat.com/show_bug.cgi?id=1595421

Victor Stinner <vstin...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(vstinner@redhat.c |
                   |om)                         |



--- Comment #10 from Victor Stinner <vstin...@redhat.com> ---
Oh no. My change https://bugs.python.org/issue33932 didn't fix fontforge :-(
fontforge calls Py_Initialize() and then Py_Main(). It seems like my fix
doesn't cover this use case. I didn't expect that an application embeds Python
using Py_Main(). For me, Py_Main() was only used by Python itself.

I reopened the issue upstream: https://bugs.python.org/issue33932#msg320665

For fontforge, the workaround/fix is to not call Py_Initialize() before
Py_Main().

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org/message/PRNZF4AUP7RAPWXVYQXZI47ZVCKIRMM3/

Reply via email to