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 zufuliu
Recipients Anj-A, aldwinaldwin, larry, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware, zufuliu
Date 2019-11-12.14:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573569587.95.0.688556118092.issue37436@roundup.psfhosted.org>
In-reply-to
Content
I'm fine with this been closed.
Maybe it's better to have a RawFd type like Julia:

julia> RawFD
RawFD

julia> typeof(RawFD)
DataType

julia> RawFD(0)
RawFD(0x00000000)

julia> RawFD(0)==0
false

Rust has RawFd as c_int.
History
Date User Action Args
2019-11-12 14:39:48zufuliusetrecipients: + zufuliu, paul.moore, vstinner, larry, tim.golden, zach.ware, serhiy.storchaka, steve.dower, aldwinaldwin, Anj-A
2019-11-12 14:39:47zufuliusetmessageid: <1573569587.95.0.688556118092.issue37436@roundup.psfhosted.org>
2019-11-12 14:39:47zufuliulinkissue37436 messages
2019-11-12 14:39:47zufuliucreate