[New-bugs-announce] [issue43804] Add more info about building C/C++ Extensions on Windows using MSVC

Shreyan Avigyan report at bugs.python.org
Sun Apr 11 06:51:41 EDT 2021


New submission from Shreyan Avigyan <shreyan.avigyan at gmail.com>:

In the context of Docs/extending/windows.rst, the command provided, for compiling the source code and linking the libraries to create a DLL, only works for Python 32-bit versions. But the documentation doesn't inform anything about that. The PR linked with this issue adds a note section with the text :-

"""

The above commands are only applicable for Python 32-bit versions.

"""

This PR is against the master branch and if accepted, it needs to be backported to all the previous supported versions.

Kindly have a review of my PR.

Thanking you,

With Regards

----------
assignee: docs at python
components: Documentation
messages: 390773
nosy: docs at python, shreyanavigyan
priority: normal
severity: normal
status: open
title: Add more info about building C/C++ Extensions on Windows using MSVC
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43804>
_______________________________________


More information about the New-bugs-announce mailing list