https://peps.python.org/pep-0829/
This pep changes how pth files work and introduces a new concept for .start files for dynamic code. I believe our editable install detection looks for pth files, so I believe we need to update it to also look for .start files too.
https://peps.python.org/pep-0829/
This pep changes how pth files work and introduces a new concept for
.startfiles for dynamic code. I believe our editable install detection looks for pth files, so I believe we need to update it to also look for.startfiles too.