- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message308215
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 | steve.dower |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2017-12-13.16:42:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513183361.68.0.213398074469.issue32302@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is the bit that needs fixing https://github.com/python/cpython/blob/master/Lib/distutils/command/bdist_wininst.py#L340 bv = '.'.join(CRT_ASSEMBLY_VERSION.split('.', 2)[:2]) if bv == '14.11': # v141 and v140 are binary compatible, # so keep using the 14.0 stub. bv = '14.0' AppVeyor has clearly gotten hold of 14.12, which should also be binary compatible (version numbers here are not strictly SemVer, but the 14 indicates binary compatibility). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-13 16:42:41 | steve.dower | set | recipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware |
| 2017-12-13 16:42:41 | steve.dower | set | messageid: <1513183361.68.0.213398074469.issue32302@psf.upfronthosting.co.za> |
| 2017-12-13 16:42:41 | steve.dower | link | issue32302 messages |
| 2017-12-13 16:42:41 | steve.dower | create | |

