Serhiy Storchaka added the comment:

Larry, so what is your decision?

1. Apply the "hard" patch and then convert Modules/_sre.c to use Argument 
Clinic (issue20148).

2. Revert converted match() method, apply the "soft" patch, and delay applying 
of the "hard" patch and then converting to use Argument Clinic to 3.5. Applying 
the "soft" patch and then the "hard" patch will cause more source churn than 
just applying the "hard" patch.

3. Use show_in_signature hack. I don't like this, it looks ugly and adds too 
much source churn.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20283>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to