[04:20:23] <izaki> Hi! I am using python on Haiku and I've noticed that pip tries to use a hardlink as a lock during the installation of packages. This is unfortunate because Haiku's filesystem does not support hardlinks, and installation just hangs forever
[04:21:19] <izaki> I know this is a niche platform (right?) but if someone were to write a fix for it not using hardlinks, should this go upsteam to pip or rather be managed by the haiku port of pip?
[04:21:36] <izaki> I guess this is more of a policy question than a technical one!