[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-03-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd49c1d2fd6c by Benjamin Peterson in branch '3.4': merge 3.3 (#20594) http://hg.python.org/cpython/rev/fd49c1d2fd6c -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20594

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-17 Thread Benjamin Peterson
Changes by Benjamin Peterson bp+pyb...@benjamin-peterson.org: -- nosy: +benjamin.peterson, georg.brandl priority: high - release blocker resolution: fixed - status: closed - open ___ Python tracker rep...@bugs.python.org

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-17 Thread Benjamin Peterson
Changes by Benjamin Peterson bp+pyb...@benjamin-peterson.org: -- assignee: - larry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20594 ___ ___

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: I created a cherry-pick issue (#20665) to track that separately. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20594

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-11 Thread ncopa
Changes by ncopa nc...@alpinelinux.org: -- keywords: +patch title: fail to compile posixmodule due to name clash with posix_close - [PATCH] fail to compile posixmodule due to name clash with posix_close Added file: http://bugs.python.org/file34040/posix_close.patch

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for the report! I think this should also make it into 3.4 final. -- nosy: +larry, pitrou priority: normal - high stage: - patch review versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-11 Thread Larry Hastings
Larry Hastings added the comment: Yes, this can go in. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20594 ___ ___ Python-bugs-list mailing

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d253360d5a6 by Benjamin Peterson in branch '2.7': avoid name clash with posix_close (closes #20594) http://hg.python.org/cpython/rev/1d253360d5a6 New changeset 021dd3c65198 by Benjamin Peterson in branch '3.3': avoid name clash with posix_close