diff options
author | Bob Ippolito <bob@redivi.com> | 2015-09-04 10:32:26 -0700 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2015-09-04 10:32:26 -0700 |
commit | 92cecfe676bd943c105604c97d8502769d6a3567 (patch) | |
tree | c8ab862b276c957a3338b6b2623c9c3494be6214 | |
parent | a37a9bdb821ea94bc5e566fe9f6db2029df39447 (diff) | |
parent | ddf57dc2201a1f7517dd2ab4b0a232a6929b9db2 (diff) | |
download | simplejson-92cecfe676bd943c105604c97d8502769d6a3567.tar.gz |
Merge pull request #123 from costypetrisor/fix-int_as_string_bitcount-from-speedups
removed from _speedups.c forgotten "iterable_as_array" without comma after string
-rw-r--r-- | simplejson/_speedups.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c index fb68e35..173c5e1 100644 --- a/simplejson/_speedups.c +++ b/simplejson/_speedups.c @@ -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", |