Nick Coghlan <[email protected]> added the comment: Yeah, I'm thinking I may be able to fix the generated patches by changing my merge workflow to be:
default -> get_opinfo default -> pep380 get_opinfo -> pep380 That way, the Create Patch button on both issues would generate a patch that can be applied directly to CPython tip. A patch to be *reviewed* on the latter issue would still need to be generated manually, though. (Since the generated patch will include the disassembler changes as well as the PEP 380 ones) _______________________________________________________ PSF Meta Tracker <[email protected]> <http://psf.upfronthosting.co.za/roundup/meta/issue428> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tracker-discuss
