[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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...

The example project in PC/example_nt is fairly outdated. It could be updated to 
automatically find a 3.5 install and use the debug or release 
binaries/libraries from there.

We could also include a 'test' project for PTVS (http://pytools.codeplex.com/) 
that helps write Python code for testing the extension and also has mixed-mode 
debugging enabled so people can step between the Python and the C code.

(In fact, the PTVS team wants to do a sample project like this anyway, so maybe 
we can remove PC/example_nt and point to theirs...)

--
assignee: docs@python
components: Documentation, Windows
messages: 234624
nosy: docs@python, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Update PC/example_nt and extending/windows.rst
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com