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 nikratio
Recipients Ben.Darnell, christian.heimes, giampaolo.rodola, janssen, nikratio, pitrou, python-dev, r.david.murray
Date 2014-04-30.02:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398826681.1.0.0311781316112.issue20951@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, are you sure this was a problem related to this patch?

The test seems to work just fine for me:

$ hg update -C -r b0f6983d63df
$ make clean
$ ./configure --with-pydebug && make -j1
$ ./python -m test -u network,urlfetch -j 8 test_poplib
[1/1] test_poplib
1 test OK.

Am I doing something wrong?
History
Date User Action Args
2014-04-30 02:58:01nikratiosetrecipients: + nikratio, janssen, pitrou, giampaolo.rodola, christian.heimes, r.david.murray, python-dev, Ben.Darnell
2014-04-30 02:58:01nikratiosetmessageid: <1398826681.1.0.0311781316112.issue20951@psf.upfronthosting.co.za>
2014-04-30 02:58:01nikratiolinkissue20951 messages
2014-04-30 02:58:00nikratiocreate