blob: 7dd9795aaa17086f5835f92eda5ba7194004ecff [file] [log] [blame]
Fix the ``tempfile._infer_return_type`` function so that the ``dir``
argument of the :mod:`tempfile` functions accepts an object implementing the
``os.PathLike`` protocol.
Patch by Kyungmin Lee.