New submission from Simonas Kazlauskas:
cat attachment | python -m json.tool
reliably makes python to SIGSEGV on Arch linux
$ python --version
Python 3.5.0
$ uname -a
Linux kumabox 4.2.2-1-ARCH #1 SMP PREEMPT Tue Sep 29 22:21:33 CEST 2015 x86_64
GNU/Linux
Does not fail on 2.7.10
New submission from Simonas Kazlauskas:
``urllib.parse.urlencode([('i', i) for i in range(1000)])`` works, but
``urlencode(('i', i) for i in range(1000))`` raises a ``TypeError: not a valid
non-string sequence or mapping object``.
Allowing urlencode to accept generators w
Simonas Kazlauskas added the comment:
Exactly same thing happens with `XOAUTH` mechanism too, so this bug report
should be made more general. (Py3.2.2)
--
nosy: +nagisa
___
Python tracker
<http://bugs.python.org/issue13