This crashes on PyPy 1.5, but works with CPython 2.7:
from datetime import datetime
import pymongo
test = pymongo.Connection().test.test
test.remove()
test.insert(
)
test.find_one()
Full traceback: http://paste.pocoo.org/show/400008/
This crashes on PyPy 1.5, but works with CPython 2.7:
from datetime import datetime
import pymongo
test = pymongo.Connection().test.test
test.remove()
test.insert(
)
test.find_one()
Full traceback: http://paste.pocoo.org/show/400008/