Conversation
|
@gregneagle these changes are needed to support free-threading python distributions. |
|
Hey, thanks for this. I don't actually use this tool any longer -- I wrote it many years ago to build the "embedded" Python framework for Munki: https://github.com/munki/munki |
|
@gregneagle would you support Kitware supporting this tool in the form of a new fork? We need this for some of our core projects. |
|
It's an open source project so of course you can fork it. I do know some other open source projects like AutoPkg and MacAdmins Python also rely on this, and it would be nice to have a soft landing place for them (instead of multiple forks). |
|
Thanks; we'll reach out to them to see if they want to set up an org or agree on an org to host it between those of us still using it. |
This PR adds an option in
make_relocatable_python_framework.pythat allows supporting free-threading python dists.This has been tested in the VTK upstream CI.