New submission from Zan :
Running the unittests after upgrading libffi to latest version 3.4.2 and
recompiling python, leads to several tests in Lib/ctypes/test/ to crash with
Abort: trap 6. This does not happen with version 3.3 of libffi.
Steps to reproduce:
git clone https://github.com
Zan Dobersek added the comment:
This patch properly quotes cookie's comment and successfully passes
test_cookie.py with applied patch.
Added file: http://bugs.python.org/file13130/991266fix.patch
___
Python tracker
<http://bugs.python.org/iss
Zan Dobersek added the comment:
This patch adds an unicode character, converted to UTF8 as a cookie's
comment and then checks if it is correctly quoted.
--
keywords: +patch
nosy: +zdobersek
Added file: http://bugs.python.org/file13085/991266test.