[issue1648268] Parameter list mismatches (portation problem)

2018-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This issue has been partially (for METH_NOARGS methods) fixed in issue33012. -- nosy: +serhiy.storchaka ___ Python tracker ___ __

[issue1648268] Parameter list mismatches (portation problem)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1648268] Parameter list mismatches (portation problem)

2010-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: It appears that in principle this patch is acceptable but I believe that it will need pretty thorough checking from a core developer before going anywhere. It's certainly not in my league, anyone up for it? -- nosy: +BreamoreBoy versions: +Python 2.7,

[issue1648268] Parameter list mismatches (portation problem)

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Interpreter Core -None stage: -> patch review type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___