[issue44556] ctypes unittest crashes with libffi 3.4.2

2021-07-02 Thread Zan
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

[issue991266] Cookie.py does not correctly quote Morsels

2009-02-18 Thread Zan Dobersek
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

[issue991266] Cookie.py does not correctly quote Morsels

2009-02-14 Thread Zan Dobersek
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.