Message356026
| Author | vstinner |
|---|---|
| Recipients | asvetlov, benjamin.peterson, njs, vstinner, yselivanov |
| Date | 2019-11-05.11:11:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1572952267.73.0.65917771745.issue38692@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
+ self._loop._remove_reader(pidfd) + os.close(pidfd) Note: Maybe do these operations in the reverse order. I expect a higher risk of exception when calling Python self._loop._remove_reader(), than on closing a FD that we opened. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-05 11:11:07 | vstinner | set | recipients: + vstinner, benjamin.peterson, njs, asvetlov, yselivanov |
| 2019-11-05 11:11:07 | vstinner | set | messageid: <1572952267.73.0.65917771745.issue38692@roundup.psfhosted.org> |
| 2019-11-05 11:11:07 | vstinner | link | issue38692 messages |
| 2019-11-05 11:11:07 | vstinner | create | |