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 amaury.forgeotdarc
Recipients alex, amaury.forgeotdarc, benjamin.peterson, brian.curtin, exarkun, giampaolo.rodola, pitrou
Date 2010-10-15.11:49:45
SpamBayes Score 0.047794286
Marked as misclassified No
Message-id <1287143387.43.0.196401102846.issue10093@psf.upfronthosting.co.za>
In-reply-to
Content
Please add a similar warning in PC/_subprocess.c::sp_handle_dealloc()
I just got caught by this in PyPy because some pipe handle relies on reference counting to be closed.

This ad-hoc fix would suppress the warning:
   http://codespeak.net/pipermail/pypy-svn/2010-October/043746.html
History
Date User Action Args
2010-10-15 11:49:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, exarkun, pitrou, giampaolo.rodola, benjamin.peterson, alex, brian.curtin
2010-10-15 11:49:47amaury.forgeotdarcsetmessageid: <1287143387.43.0.196401102846.issue10093@psf.upfronthosting.co.za>
2010-10-15 11:49:46amaury.forgeotdarclinkissue10093 messages
2010-10-15 11:49:45amaury.forgeotdarccreate