Message 335848 - Python tracker

Message335848

Author vstinner
Recipients vstinner
Date 2019-02-18.16:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550507632.09.0.923194378044.issue36024@roundup.psfhosted.org>
In-reply-to
Content
> I can reproduce the crash on Python 2.7.16rc compiled manually:
> ./configure --enable-unicode=ucs4 --with-system-ffi && make

I can also reproduce the crash on Python 3.7.2 compiled manually with:
./configure --with-pydebug && make
(_ctypes uses system libffi)
History
Date User Action Args
2019-02-18 16:33:52vstinnersetrecipients: + vstinner
2019-02-18 16:33:52vstinnersetmessageid: <1550507632.09.0.923194378044.issue36024@roundup.psfhosted.org>
2019-02-18 16:33:52vstinnerlinkissue36024 messages
2019-02-18 16:33:52vstinnercreate