[issue7694] DeprecationWarning from distuils.commands.build_ext needs stacklevel

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: With development of disutils2, distutils issues are not getting much separate attention. This may or may not get folded in to disutils2. -- nosy: +terry.reedy ___ Python tracker _

[issue7694] DeprecationWarning from distuils.commands.build_ext needs stacklevel

2010-01-13 Thread Tres Seaver
New submission from Tres Seaver : 2.7 has a new DeprecationWarning inside the build_ext command for code which sets the 'compiler' to anything other than a string or None. Because the warning occurs within property getter / setters, it needs to boost the stacklevel for the warning above the defau