Windows build/debugging change for 2.3?

D

David Abrahams

Around the time I upgraded to Python 2.3 (can't be absolutely certain,
though) I started to notice that debugging extension modules with VS
2003 became more painful. In particular, now, even if I stop
debugging, I can't rebuild the extension module unless I explicitly
quit VS. The complaint is that "the file is in use by some other
process". Is this a change in the Python build, or something I am
doing wrong, or something else?

TIA,
Dave
 
N

Neil Hodgson

David Abrahams:
Around the time I upgraded to Python 2.3 (can't be absolutely certain,
though) I started to notice that debugging extension modules with VS
2003 became more painful. In particular, now, even if I stop
debugging, I can't rebuild the extension module unless I explicitly
quit VS. The complaint is that "the file is in use by some other
process". Is this a change in the Python build, or something I am
doing wrong, or something else?

I have seen a lot more of these since upgrading to VS .NET 2003 from VS
..NET 2002 even when working with non-Python projects. The DevPartner
Profiler has looked to be the culprit mostly which is understandable as it
is manipulating files in common with VS .NET but sometimes I see the message
even when DevPartner shouldn't be doing anything. They have mostly been
momentary locks although there have been occasional process and machine
restarts required.

Neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top