You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Stripping the Python executable breaks the use of dlopen(), which breaks readline in the shell and "import readline", "import zlib", etc. in programs.
Either need a "do not strip list" on formulas so keg.clean can skip files, or possibly some better stripology so we can strip Python and not break it; I have no idea what some "good" arguments might be in this case.
The text was updated successfully, but these errors were encountered:
Stripping the Python executable breaks the use of dlopen(), which breaks readline in the shell and "import readline", "import zlib", etc. in programs.
Either need a "do not strip list" on formulas so keg.clean can skip files, or possibly some better stripology so we can strip Python and not break it; I have no idea what some "good" arguments might be in this case.
The text was updated successfully, but these errors were encountered: