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 methane
Recipients methane, serhiy.storchaka, vstinner
Date 2016-11-18.14:14:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+TwyU=OLtCczVLedB+na7hjtWoBfCdY7XMa3FGcBrJHAoA@mail.gmail.com>
In-reply-to <CAEfz+Tz4gM9h0Af48dTVgzYceW8wJW9exhEikzdweBX839WR2A@mail.gmail.com>
Content
Can I assume PY_SSIZE_T_MAX is 2**n-1?
If so, I can define like:

#define PyDict_MAXSIZE (PY_SSIZE_T/8+1)
History
Date User Action Args
2016-11-18 14:14:29methanesetrecipients: + methane, vstinner, serhiy.storchaka
2016-11-18 14:14:29methanelinkissue28731 messages
2016-11-18 14:14:29methanecreate