Files
entropy/libraries
Fabio Erculiani c90b5b1655 [entropy.client.interfaces.package] improve speed of package unpacking
Originally, a fork was needed (through spawn_function()) because
there was a memory leak inside tarfile python module.
As of today, the issue doesn't seem to exist anymore and so,
the cost of fork() should be avoided completely.
2011-03-09 17:40:21 +01:00
..