Message76891
The cause is that distutils.sysconfig.parse_makefile() tries to convert
each value to an int, and does succeed on "--with-suffix=3".
The attached patch uses %s formatting to build the program name, this
will accept int values.
All versions are affected. |
|
| Date |
User |
Action |
Args |
| 2008-12-04 16:15:39 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, chaz6 |
| 2008-12-04 16:15:39 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-12-04 16:15:38 | amaury.forgeotdarc | link | issue4524 messages |
| 2008-12-04 16:15:36 | amaury.forgeotdarc | create | |
|