Zufu Liu <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37436> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
