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 vstinner
Recipients martin.panter, vstinner
Date 2017-09-25.12:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506342820.95.0.972226839862.issue31520@psf.upfronthosting.co.za>
In-reply-to
Content
> I’m curious how you manage to trigger the warning in the “closed” state.

It comes from Refleak buildbots. Example:

0:13:47 load avg: 3.24 [ 52/407] test_urllib2net passed (239 sec)
beginning 6 repetitions
123456
Resource 'http://www.imdb.com' is not available
/buildbot/buildarea/3.x.ware-gentoo-x86.refleak/build/Lib/test/libregrtest/refleak.py:253: ResourceWarning: unclosed <socket.socket [closed] fd=3, family=AddressFamily.AF_INET, type=2049, proto=6>
  gc.collect()
......

I failed to reproduce this exact warning. I don't know if it's related to the "Resource 'http://www.imdb.com' is not available" message.
History
Date User Action Args
2017-09-25 12:33:40vstinnersetrecipients: + vstinner, martin.panter
2017-09-25 12:33:40vstinnersetmessageid: <1506342820.95.0.972226839862.issue31520@psf.upfronthosting.co.za>
2017-09-25 12:33:40vstinnerlinkissue31520 messages
2017-09-25 12:33:40vstinnercreate