[Python-Dev] how/where is open() implemented ? (original) (raw)

Yubin Ruan ablacktshirt at gmail.com
Thu Oct 5 22:19:42 EDT 2017


Hi, I am looking for the implementation of open() in the src, but so far I am not able to do this.

From my observation, the implementation of open() in python2/3 does not employ the open(2) system call. However without open(2) how can one possibly obtain a file descriptor?

Yubin



More information about the Python-Dev mailing list