[issue20978] pyflakes: undefined names

2014-03-20 Thread STINNER Victor
STINNER Victor added the comment: > What about 2.7? Python 2.7 is not affected. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue20978] pyflakes: undefined names

2014-03-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What about 2.7? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue20978] pyflakes: undefined names

2014-03-20 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20978] pyflakes: undefined names

2014-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset bdad874195d6 by Victor Stinner in branch '3.4': Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by http://hg.python.org/cpython/rev/bdad874195d6 New changeset 2e4692a762d5 by Victor Stinner in branch 'default': (Merge 3.4) Issue #1

[issue20978] pyflakes: undefined names

2014-03-20 Thread STINNER Victor
STINNER Victor added the comment: I created #20990 for the undefined names in multiprocessing. -- nosy: -python-dev ___ Python tracker ___ __

[issue20978] pyflakes: undefined names

2014-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6718d00b872b by Victor Stinner in branch '3.4': Issue #20978: Remove last part of OS/2 support in distutils http://hg.python.org/cpython/rev/6718d00b872b New changeset 8de5d0809dd8 by Victor Stinner in branch '3.4': Issue #20978: pyflakes: fix undef

[issue20978] pyflakes: undefined names

2014-03-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. Lib/multiprocessing/synchronize.py: Add at the start of the file: from . import get_context -- nosy: +serhiy.storchaka stage: -> patch review versions: +Python 2.7 ___ Python tracker

[issue20978] pyflakes: undefined names

2014-03-19 Thread STINNER Victor
New submission from STINNER Victor: I ran pyflakes on Python 3.5. Attached patch fixes some undefined names warnings. I don't know what to with these two warnings, they look to be false positive: diff -r 72889bf8531d Lib/multiprocessing/spawn.py --- a/Lib/multiprocessing/spawn.py Tue Mar