[issue20283] Wrong keyword parameter name in regex pattern methods

Larry Hastings report at bugs.python.org
Sun Jan 26 13:56:19 CET 2014


Larry Hastings added the comment:

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

...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20283>
_______________________________________


More information about the Python-bugs-list mailing list