Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-python-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TomasB/mongo-python-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 21, 2012

  1. This fixes Memory error on windows.

    Stack:
      for user in all_users:
    File "C:\Python27\lib\site-packages\pymongo\cursor.py", line 778, in next
      if len(self.__data) or self._refresh():
    File "C:\Python27\lib\site-packages\pymongo\cursor.py", line 742, in _refresh
      limit, self.__id))
    File "C:\Python27\lib\site-packages\pymongo\cursor.py", line 666, in __send_message
      **kwargs)
    File "C:\Python27\lib\site-packages\pymongo\connection.py", line 907, in _send_message_with_response
      return self.__send_and_receive(message, sock_info)
    File "C:\Python27\lib\site-packages\pymongo\connection.py", line 885, in __send_and_receive
      return self.__receive_message_on_socket(1, request_id, sock_info)
    File "C:\Python27\lib\site-packages\pymongo\connection.py", line 877, in __receive_message_on_socket
      return self.__receive_data_on_socket(length - 16, sock_info)
    File "C:\Python27\lib\site-packages\pymongo\connection.py", line 858, in __receive_data_on_socket
      chunk = sock_info.sock.recv(length)
    MemoryError
    TomasB committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    d246607 View commit details
    Browse the repository at this point in the history
Loading