Message 118759 - Python tracker
Message118759
| 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:47 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, exarkun, pitrou, giampaolo.rodola, benjamin.peterson, alex, brian.curtin |
| 2010-10-15 11:49:47 | amaury.forgeotdarc | set | messageid: <1287143387.43.0.196401102846.issue10093@psf.upfronthosting.co.za> |
| 2010-10-15 11:49:46 | amaury.forgeotdarc | link | issue10093 messages |
| 2010-10-15 11:49:45 | amaury.forgeotdarc | create | |