Message402017
| Author | vstinner |
|---|---|
| Recipients | BTaskaya, Mark.Shannon, brandtbucher, brett.cannon, eric.snow, gvanrossum, indygreg, larry, lemburg, methane, miss-islington, nascheme, ncoghlan, ronaldoussoren, shihai1991, terry.reedy, vstinner |
| Date | 2021-09-17.09:19:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1631870377.36.0.603575893426.issue45020@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
It's no longer possible to build Python from a different directory. Example: git clean -fdx mkdir build cd build/ ../configure --with-pydebug make It fails with: ../Programs/_freeze_module importlib._bootstrap ../Lib/importlib/_bootstrap.py ../Python/frozen_modules/importlib__bootstrap.h make: ../Programs/_freeze_module: No such file or directory I'm working on a fix. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-17 09:19:37 | vstinner | set | recipients: + vstinner, lemburg, gvanrossum, brett.cannon, nascheme, terry.reedy, ronaldoussoren, ncoghlan, larry, methane, Mark.Shannon, eric.snow, indygreg, miss-islington, brandtbucher, BTaskaya, shihai1991 |
| 2021-09-17 09:19:37 | vstinner | set | messageid: <1631870377.36.0.603575893426.issue45020@roundup.psfhosted.org> |
| 2021-09-17 09:19:37 | vstinner | link | issue45020 messages |
| 2021-09-17 09:19:37 | vstinner | create | |