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 benjamin.peterson, ezio.melotti, georg.brandl, larry, mrabarnett, pitrou, serhiy.storchaka, taleinat, terry.reedy
Date 2014-01-26.12:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390740978.99.0.494757245272.issue20283@psf.upfronthosting.co.za>
In-reply-to
Content
Alternatively, we could use this cheap hack:

/*[python input]
class hidden_object_converter(object_converter):
    show_in_signature = False

[python start generated code]*/

/*[clinic input]
module _sre
class _sre.SRE_Pattern "PatternObject *" "&Pattern_Type"

_sre.SRE_Pattern.match as pattern_match

    string: object
    pos: Py_ssize_t = 0
    endpos: Py_ssize_t(c_default="PY_SSIZE_T_MAX") = sys.maxsize
    pattern: hidden_object = None

...
History
Date User Action Args
2014-01-26 12:56:19larrysetrecipients: + larry, georg.brandl, terry.reedy, pitrou, taleinat, benjamin.peterson, ezio.melotti, mrabarnett, serhiy.storchaka
2014-01-26 12:56:18larrysetmessageid: <1390740978.99.0.494757245272.issue20283@psf.upfronthosting.co.za>
2014-01-26 12:56:18larrylinkissue20283 messages
2014-01-26 12:56:18larrycreate