Message320236
| Author |
vstinner |
| Recipients |
benjamin.peterson, serhiy.storchaka, taleinat, vstinner |
| Date |
2018-06-22.13:46:07 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1529675167.69.0.56676864532.issue32568@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
> *flags* is deprecated and completely ignored.
What if tomorrow, Linux accepts a new flag, passing the flag would just be ignored? Maybe it's fine. Especially usually Python developers only use flags exposed in Python, and currently, only EPOLL_CLOEXEC is exposed and this flag is useless in the specific case of Python (Python always uses the flag). |
|