[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved status: open -> closed superseder: -> no extension debug info with msvc9compiler.py type: -> behavior ___ Python tracker ___ __

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread John Ehresman
Changes by John Ehresman : -- resolution: -> duplicate ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Yes, close this as a duplicate. I'll put up a patch on #4214. -- ___ Python tracker ___ ___ Python-bu

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread John Ehresman
John Ehresman added the comment: Are you saying close this as a duplicate? That would be fine with me. I still think the /pdb:None should be removed if it hasn't been already. -- ___ Python tracker __

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: /pdb:None is referenced on #4214. As there is more detail on that issue I recommend that this is closed. -- ___ Python tracker ___ _

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: /pdb:None is still set in msvc9compiler.py. Does this need changing in this file, or a more modern equivalent, so that symbols can be loaded in the debugger? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 _

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2010-09-04 Thread Martin v . Löwis
Martin v. Löwis added the comment: See the subversion history. It was added in r14344, which supposedly originated from Thomas Heller, so he should know. Thomas, what's the reason for suppressing PDB files? -- nosy: +loewis, theller ___ Python trac

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2010-09-02 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> tarek components: +Distutils nosy: +eric.araujo, tarek versions: +Python 3.1, Python 3.2 ___ Python tracker ___ _

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2010-09-02 Thread John Ehresman
New submission from John Ehresman : .pdb files are not created because /pdb:None is set as an option on line 415 of msvc9compiler.py. Removing the /pdb:None works to write the .pdb file and allow symbols to be loaded in the VS 2008 debugger in the one extension I tried. Anyone know why /pdb: