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

2014-03-16 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 _

[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 ___

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

2014-02-17 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

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

2014-02-17 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- nosy: +benjamin.peterson, georg.brandl priority: high -> release blocker resolution: fixed -> status: closed -> open ___ Python tracker ___ ___

[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 (cl

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: https

[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

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

2014-02-11 Thread ncopa
Changes by ncopa : -- 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 ___