[issue23311] Update PC/example_nt and extending/windows.rst

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue23311] Update PC/example_nt and extending/windows.rst

2015-01-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue23311] Update PC/example_nt and extending/windows.rst

2015-01-24 Thread Steve Dower
Steve Dower added the comment: This is probably also a good place to refer to the changes in #22980 and how they can help when building extensions outside of distutils. -- ___ Python tracker __

[issue23311] Update PC/example_nt and extending/windows.rst

2015-01-24 Thread Steve Dower
New submission from Steve Dower: The installer for 3.5 will include an option to install debug binaries alongside the release ones, so we should update extending/windows.rst to explain that and generally describe how to build an extension. It should also refer to python3.dll at least once...