This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, pkt, python-dev, rhettinger, ronaldoussoren, serhiy.storchaka, vstinner
Date 2016-02-05.17:18:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454692733.5.0.722759947614.issue24683@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce your example paul.

$ ./python eip.py 
Traceback (most recent call last):
  File "eip.py", line 21, in <module>
    e = j.make_encoder(markers, None, enc, 4, "ks", "is", False, True, True)
TypeError: make_encoder() argument 1 must be dict or None, not array.array
History
Date User Action Args
2016-02-05 17:18:53serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ronaldoussoren, vstinner, Arfrever, python-dev, pkt
2016-02-05 17:18:53serhiy.storchakasetmessageid: <1454692733.5.0.722759947614.issue24683@psf.upfronthosting.co.za>
2016-02-05 17:18:53serhiy.storchakalinkissue24683 messages
2016-02-05 17:18:53serhiy.storchakacreate