[Python-Dev] how/where is open() implemented ? (original) (raw)
Yubin Ruan ablacktshirt at gmail.com
Thu Oct 5 22:19:42 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 544
- Next message (by thread): [Python-Dev] how/where is open() implemented ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] PEP 544
- Next message (by thread): [Python-Dev] how/where is open() implemented ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]