Issue #20390: Small fixes and improvements for Argument Clinic.

This commit is contained in:
Larry Hastings 2014-01-25 20:43:29 -08:00
parent 9ad116bcd0
commit c20472640c
18 changed files with 164 additions and 125 deletions

View file

@ -528,11 +528,10 @@ sre_search(SRE_STATE* state, SRE_CODE* pattern)
/*[clinic input]
module _sre
class _sre.SRE_Pattern
class _sre.SRE_Pattern "PatternObject *" "&Pattern_Type"
_sre.SRE_Pattern.match as pattern_match
self: self(type="PatternObject *")
pattern: object
pos: Py_ssize_t = 0
endpos: Py_ssize_t(c_default="PY_SSIZE_T_MAX") = sys.maxsize