summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_async/ForkProcess.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/util/_async/ForkProcess.py')
-rw-r--r--pym/portage/util/_async/ForkProcess.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/util/_async/ForkProcess.py b/pym/portage/util/_async/ForkProcess.py
index 607d0ff57..6fcd662cf 100644
--- a/pym/portage/util/_async/ForkProcess.py
+++ b/pym/portage/util/_async/ForkProcess.py
@@ -10,6 +10,8 @@ from _emerge.SpawnProcess import SpawnProcess
class ForkProcess(SpawnProcess):
+ __slots__ = ()
+
def _spawn(self, args, fd_pipes=None, **kwargs):
"""
Fork a subprocess, apply local settings, and call fetch().