This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MSVC Preprocessor
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: theller Nosy List: akuchling, gvanrossum, loewis, theller, twburton
Priority: normal Keywords: patch

Created on 2001-07-15 22:31 by twburton, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pp.py twburton, 2001-07-15 22:31
config.py twburton, 2001-07-18 18:56
msvccompiler.py twburton, 2001-07-18 18:56
test.py twburton, 2001-08-16 20:47 Test script
Messages (10)
msg36997 - (view) Author: Tarn Weisner Burton (twburton) Date: 2001-07-15 22:31
The attached script has a preprocessor method for the 
MSVC compiler.

Tarn
twburton@users.sf.net
msg36998 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-07-16 13:23
Logged In: YES 
user_id=6380

Or should this go to Thomas Heller?
msg36999 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-07-16 13:40
Logged In: YES 
user_id=11375

Reassigning to Thomas, since I can't test anything with MSVC.
msg37000 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2001-07-18 07:58
Logged In: YES 
user_id=11105

Tarn, can you supply an example where this code would be 
executed?
msg37001 - (view) Author: Tarn Weisner Burton (twburton) Date: 2001-07-18 18:59
Logged In: YES 
user_id=21784

Added test script config.py

To run: "python config.py config"

Also added msvccompiler.py which fixes a bug from my first 
post of pp.py, and is a modification of the current CVS 
version.

Tarn
msg37002 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-08-16 20:21
Logged In: YES 
user_id=11375

config.py doesn't actually do anything when run; it's a
copy of distutils.commands.config.py.  Was it intended to 
be a setup.py script?
msg37003 - (view) Author: Tarn Weisner Burton (twburton) Date: 2001-08-16 20:49
Logged In: YES 
user_id=21784

Oops, sorry.  Added test.py, i.e. run with

test.py config

Also the msvccompiler.py file has a print line which should
probably be removed
msg37004 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-11 06:32
Logged In: YES 
user_id=21627

Tarn, are you still interested in this patch? If so, please
submit a unified or context diff against the current CVS.
msg37005 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-07-15 10:26
Logged In: YES 
user_id=21627

If there is no update for this patch by September 1, it will
be rejected.
msg37006 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-09-22 09:33
Logged In: YES 
user_id=21627

Rejecting it.
History
Date User Action Args
2022-04-10 16:04:12adminsetgithub: 34759
2001-07-15 22:31:34twburtoncreate