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 larry
Recipients georg.brandl, larry, serhiy.storchaka
Date 2014-01-12.13:58:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389535087.78.0.641193244287.issue20226@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this is supported, just undocumented (for now).  The magic you want is, for example in Modules/_sre.c:

endpos: Py_ssize_t(c_default="PY_SSIZE_T_MAX") = sys.maxsize
History
Date User Action Args
2014-01-12 13:58:07larrysetrecipients: + larry, georg.brandl, serhiy.storchaka
2014-01-12 13:58:07larrysetmessageid: <1389535087.78.0.641193244287.issue20226@psf.upfronthosting.co.za>
2014-01-12 13:58:07larrylinkissue20226 messages
2014-01-12 13:58:07larrycreate