[issue26495] super() does not work in nested functions, genexps, listcomps, and gives misleading exceptions

2020-01-09 Thread Josh Lee
Change by Josh Lee : -- nosy: +jleedev ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26495] super() does not work in nested functions, genexps, listcomps, and gives misleading exceptions

2018-09-21 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26495] super() does not work in nested functions, genexps, listcomps, and gives misleading exceptions

2016-03-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- Removed message: http://bugs.python.org/msg261264 ___ Python tracker ___

[issue26495] super() does not work in nested functions, genexps, listcomps, and gives misleading exceptions

2016-03-10 Thread Eric Snow
Changes by Eric Snow : -- nosy: +benjamin.peterson, rhettinger ___ Python tracker ___

[issue26495] super() does not work in nested functions, genexps, listcomps, and gives misleading exceptions

2016-03-06 Thread Antti Haapala
Antti Haapala added the comment: super() without arguments gives proper "super() without arguments" in functions, generator functions nested in methods, if *those* do not have arguments. But if you use super() in a nested function that takes an argument, or in a generator expression or a