A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2003-December/041241.html below:

[Python-checkins] Re: [Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205

[Python-checkins] Re: [Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205Skip Montanaro skip at pobox.com
Fri Dec 19 08:20:52 EST 2003
    Skip> It seems to me the right thing to do is to cook up a test in the
    Skip> configure script which checks the number of bits in an unsigned
    Skip> char ...

Better yet, let's use CHAR_BIT:

#if defined(CHAR_BIT) && CHAR_BIT == 8
    ... fast case ...
#else
    ... slow case ...
#endif

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4