[Python-Dev] LONG_LONG (Was: [Python-checkins] python/dist/src/Misc NEWS,1.703,1.704)

Martin v. Löwis martin@v.loewis.de
07 Apr 2003 23:29:14 +0200


Mark Hammond <mhammond@skippinet.com.au> writes:

> #if defined(PY_LONG_LONG) && !defined(LONG_LONG)
> #define LONG_LONG PY_LONG_LONG /* grrr :( */
> #endif

That works; perhaps one would remove the comment...

> This change does break things.

Most certainly. However, it was broken before, as it failed to be
renamed in the grand renaming.

Regards,
Martin