Message116202
If the feature to be provided is "multiple Python installations with the same prefix", then I suggest to generalize this beyond the debug build. One approach would be:
1. add a --bin-suffix configure option (Debian: set this to _d when creating the debug build)
2. expose this as sys.bin_suffix
3. use this in many more places than this patch does, e.g. for python3-config (python3_d-config?), python3.pc, idle3, pydoc3, 2to3, and anything else that either is a binary or refers to one. |
|
| Date |
User |
Action |
Args |
| 2010-09-12 14:53:44 | loewis | set | recipients:
+ loewis, barry, doko, amaury.forgeotdarc, eric.smith, eric.araujo, dmalcolm |
| 2010-09-12 14:53:44 | loewis | set | messageid: <[email protected]> |
| 2010-09-12 14:53:32 | loewis | link | issue9807 messages |
| 2010-09-12 14:53:32 | loewis | create | |
|