This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients CurtHagenlocher, akuchling, doko, draghuram, forest, gregory.p.smith, pitrou, schmir
Date 2008-05-05.12:47:24
SpamBayes Score 0.11562739
Marked as misclassified No
Message-id <1209991649.16.0.763997543169.issue2632@psf.upfronthosting.co.za>
In-reply-to
Content
I have a case which triggers the assert in readline:

  File "build/bdist.linux-x86_64/egg/setuptools/command/develop.py",
line 27, in run
  File "build/bdist.linux-x86_64/egg/setuptools/command/develop.py",
line 102, in install_for_development
  File
"build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line
519, in process_distribution
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 522, in resolve
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 758, in
best_match
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 770, in obtain
  File
"build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line
433, in easy_install
  File "build/bdist.linux-x86_64/egg/setuptools/package_index.py", line
462, in fetch_distribution
  File "build/bdist.linux-x86_64/egg/setuptools/package_index.py", line
303, in find_packages
  File "build/bdist.linux-x86_64/egg/setuptools/package_index.py", line
617, in scan_url
  File "build/bdist.linux-x86_64/egg/setuptools/package_index.py", line
198, in process_url
  File "/home/ralf/py26/lib/python2.6/socket.py", line 326, in read
data = self._sock.recv(rbufsize)
  File "/home/ralf/py26/lib/python2.6/httplib.py", line 512, in read
return self._read_chunked(amt)
  File "/home/ralf/py26/lib/python2.6/httplib.py", line 548, in
_read_chunked
line = self.fp.readline()
  File "/home/ralf/py26/lib/python2.6/socket.py", line 391, in readline
assert buf.tell() == 0
AssertionError

this happens when I run :

easy_install 'mwlib<0.6'
History
Date User Action Args
2008-05-05 12:47:30schmirsetspambayes_score: 0.115627 -> 0.11562739
recipients: + schmir, akuchling, doko, gregory.p.smith, pitrou, draghuram, forest, CurtHagenlocher
2008-05-05 12:47:29schmirsetspambayes_score: 0.115627 -> 0.115627
messageid: <1209991649.16.0.763997543169.issue2632@psf.upfronthosting.co.za>
2008-05-05 12:47:27schmirlinkissue2632 messages
2008-05-05 12:47:25schmircreate