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.

Author belopolsky
Recipients belopolsky, christian.heimes, sebastinas
Date 2008-11-13.04:26:03
SpamBayes Score 8.8297617e-07
Marked as misclassified No
Message-id <1226550364.53.0.39048335955.issue1699259@psf.upfronthosting.co.za>
In-reply-to
Content
The patch no longer applies to trunk, but that would be trivial to fix.

Changes like these have been accepted with little resistance in the past 
(see e.g. issue651362), so I don't see why this patch has been pending 
for  so long.  (In general, I am -0 on adding const modifiers because 
they tend to trigger an avalanche of changes, but arguably this is the 
"right thing to do.")   

A few comments:

* Documentation needs to be updated in Doc/c-api/sys.rst. 

* Any reason why PySys_SetPath(char *) is left out?

* Same for PySys_SetArgv(int, char **)

* Similar changes are proposed in issue1772673.  Maybe these two issues 
can be dealt with together.
History
Date User Action Args
2008-11-13 04:26:04belopolskysetrecipients: + belopolsky, christian.heimes, sebastinas
2008-11-13 04:26:04belopolskysetmessageid: <1226550364.53.0.39048335955.issue1699259@psf.upfronthosting.co.za>
2008-11-13 04:26:03belopolskylinkissue1699259 messages
2008-11-13 04:26:03belopolskycreate