Code Monkey home page Code Monkey logo

Comments (3)

etrepum avatar etrepum commented on July 22, 2024

Thanks for the report. Strangely, all of the tests are passing. Will investigate.

[bob@xiao tmp]$ curl -s http://pypi.python.org/packages/source/s/simplejson/simplejson-2.5.1.tar.gz | tar zxf -
[bob@xiao tmp]$ cd simplejson-2.5.1/
[bob@xiao simplejson-2.5.1]$ python setup.py test
running test
..........................................................................................................................................................................
----------------------------------------------------------------------
Ran 170 tests in 2.055s

OK

http://travis-ci.org/#!/simplejson/simplejson/jobs/1298709
http://travis-ci.org/#!/simplejson/simplejson/jobs/1298710

from simplejson.

etrepum avatar etrepum commented on July 22, 2024

Please try again, I just cut another release where I can't reproduce this bug.

[bob@xiao ~]$ pip install --upgrade simplejson
Downloading/unpacking simplejson
  Downloading simplejson-2.5.2.tar.gz (53Kb): 53Kb downloaded
  Running setup.py egg_info for package simplejson

Installing collected packages: simplejson
  Found existing installation: simplejson 2.5.1
    Uninstalling simplejson:
      Successfully uninstalled simplejson
  Running setup.py install for simplejson
    building 'simplejson._speedups' extension
    /usr/bin/llvm-gcc -fno-strict-aliasing -O3 -w -pipe -march=core2 -msse4 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.2/include/python2.7 -c simplejson/_speedups.c -o build/temp.macosx-10.4-x86_64-2.7/simplejson/_speedups.o
    /usr/bin/llvm-gcc -bundle -undefined dynamic_lookup -L/usr/local/Cellar/readline/6.2.2/lib build/temp.macosx-10.4-x86_64-2.7/simplejson/_speedups.o -o build/lib.macosx-10.4-x86_64-2.7/simplejson/_speedups.so

Successfully installed simplejson
Cleaning up...
[bob@xiao ~]$ python -c 'import simplejson as json; print json.loads(json.dumps({}))'
{}

from simplejson.

NorthIsUp avatar NorthIsUp commented on July 22, 2024

the 2.5.2 version is working, thank you

from simplejson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.