◐ Shell
clean mode source ↗

Message 84229 - Python tracker

Message84229

Author vstinner
Recipients loewis, ocean-city, vstinner
Date 2009-03-26.22:35:17
SpamBayes Score 0.00031358257
Marked as misclassified No
Message-id <1238106921.39.0.920674613886.issue5391@psf.upfronthosting.co.za>
In-reply-to
Content
martin> However, your list of alternatives is incomplete: we 
martin> *could* also change the "c" code to accept and produce 
martin> int - then mmapmodule would not need to change at all.

That's extactly the idea that I proposed in issue #5499 ;-) I prefer 
to have strict getarg('c') and getarg('C') than fixing each module.
History
Date User Action Args
2009-03-26 22:35:21vstinnersetrecipients: + vstinner, loewis, ocean-city
2009-03-26 22:35:21vstinnersetmessageid: <1238106921.39.0.920674613886.issue5391@psf.upfronthosting.co.za>
2009-03-26 22:35:19vstinnerlinkissue5391 messages
2009-03-26 22:35:18vstinnercreate