Home | History | Annotate | Download | only in distutils

Lines Matching full:tempfile

736         import tempfile
745 fd, fname = tempfile.mkstemp(".c", funcname, text=True)