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.

classification
Title: Configuration system does not work for Windows/Visual Studio
Type: enhancement Stage: test needed
Components: Build, Windows Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore, steve.dower, steveire, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2017-05-03 10:01 by steveire, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg292874 - (view) Author: Stephen Kelly (steveire) Date: 2017-05-03 10:01
As far as I know, there is a configuration system for python based on the configure script. Python can be configured with --without-threads to disable threading support.

There is no equivalent system for Windows/Visual Studio. This makes it harder to build python with configurations.
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74438
2017-05-05 22:17:25terry.reedysetversions: + Python 3.7, - Python 3.6
nosy: + paul.moore, tim.golden, zach.ware, steve.dower

components: + Windows
type: enhancement
stage: test needed
2017-05-03 10:01:31steveirecreate