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 loewis
Recipients loewis, ocean-city, vstinner
Date 2009-03-17.21:10:07
SpamBayes Score 0.00019779852
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> Oh, I though that the question was about bytes vs str :-/ Ocean-city 
> and I prefer the solution (a). And you Martin?

I also think that ints should be used to represent individual bytes.

However, your list of alternatives is incomplete: we *could* also change
the "c" code to accept and produce int - then mmapmodule would not need
to change at all.
History
Date User Action Args
2009-03-17 21:10:24loewissetrecipients: + loewis, vstinner, ocean-city
2009-03-17 21:10:07loewislinkissue5391 messages
2009-03-17 21:10:07loewiscreate