Message 210676 - Python tracker

Message210676

Author serhiy.storchaka
Recipients benjamin.peterson, ezio.melotti, georg.brandl, larry, mrabarnett, pitrou, serhiy.storchaka, taleinat, terry.reedy
Date 2014-02-08.19:27:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391887642.36.0.0204675496474.issue20283@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-08 19:27:22serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, pitrou, taleinat, larry, benjamin.peterson, ezio.melotti, mrabarnett
2014-02-08 19:27:22serhiy.storchakasetmessageid: <1391887642.36.0.0204675496474.issue20283@psf.upfronthosting.co.za>
2014-02-08 19:27:22serhiy.storchakalinkissue20283 messages
2014-02-08 19:27:21serhiy.storchakacreate