summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/os.py')
-rw-r--r--Lib/os.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 598c9e5..31b957f 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -1079,6 +1079,8 @@ class PathLike(abc.ABC):
"""Abstract base class for implementing the file system path protocol."""
+ __slots__ = ()
+
@abc.abstractmethod
def __fspath__(self):
"""Return the file system path representation of the object."""