Message382402
FWIW I don't agree with this fix.
sys.get_config_var('MACOSX_DEPLOYMENT_TARGET') has always resulted in a string value. There's bound to be someone relying on this.
As I wrote in comment on the PR a nicer fix is to teach sysconfig (and distutils.sysconfig) to not convert the value of this key to an integer. |
|
| Date |
User |
Action |
Args |
| 2020-12-03 11:32:11 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily, miss-islington, fxcoudert |
| 2020-12-03 11:32:11 | ronaldoussoren | set | messageid: <[email protected]> |
| 2020-12-03 11:32:11 | ronaldoussoren | link | issue42504 messages |
| 2020-12-03 11:32:11 | ronaldoussoren | create | |
|