Skip to content

Commit

Permalink
Merge pull request #123 from costypetrisor/fix-int_as_string_bitcount…
Browse files Browse the repository at this point in the history
…-from-speedups

removed from _speedups.c  forgotten "iterable_as_array" without comma after string
  • Loading branch information
etrepum committed Sep 4, 2015
2 parents a37a9bd + ddf57dc commit 92cecfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simplejson/_speedups.c
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,6 @@ encoder_init(PyObject *self, PyObject *args, PyObject *kwds)
"use_decimal",
"namedtuple_as_object",
"tuple_as_array",
"iterable_as_array"
"int_as_string_bitcount",
"item_sort_key",
"encoding",
Expand Down

0 comments on commit 92cecfe

Please sign in to comment.