This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients fxcoudert, miss-islington, ned.deily, ronaldoussoren
Date 2020-12-03.11:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606995131.11.0.384697244196.issue42504@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-12-03 11:32:11ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, miss-islington, fxcoudert
2020-12-03 11:32:11ronaldoussorensetmessageid: <1606995131.11.0.384697244196.issue42504@roundup.psfhosted.org>
2020-12-03 11:32:11ronaldoussorenlinkissue42504 messages
2020-12-03 11:32:11ronaldoussorencreate