[issue22038] Implement atomic operations on non-x86 platforms

2015-01-14 Thread Gustavo Temple
Gustavo Temple added the comment: @haypo, I checked and your idea and implementation are very good, thank you very much. Yes, there is a Clang-specific implementation of the stdatomic.h header [1]. The Musl libc for example created a stdatomic.h header with full compatibility [2]. [1] http

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-14 Thread Gustavo Temple
Gustavo Temple added the comment: @haypo, @Arfrever, done: atomicv5.patch -- ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list mailin

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-14 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37704/atomicv5.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-13 Thread Gustavo Temple
Gustavo Temple added the comment: OK, I will do. -- ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-13 Thread Gustavo Temple
Gustavo Temple added the comment: @haypo, done: atomicv4.patch -- ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list mailin

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-13 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37694/atomicv4.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-13 Thread Gustavo Temple
Changes by Gustavo Temple : Removed file: http://bugs.python.org/file37693/atomicv4.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-13 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37693/atomicv4.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-13 Thread Gustavo Temple
Gustavo Temple added the comment: @haypo, OK, I will investigate the problem. -- ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2015-01-09 Thread Gustavo Temple
Gustavo Temple added the comment: Thank you, Victor! -- ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update libffi config files

2014-12-23 Thread Gustavo Temple
Changes by Gustavo Temple : -- nosy: +tim.golden ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update libffi config files

2014-12-23 Thread Gustavo Temple
Changes by Gustavo Temple : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update libffi config files

2014-12-23 Thread Gustavo Temple
Changes by Gustavo Temple : -- nosy: +meador.inge ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update libffi config files

2014-12-23 Thread Gustavo Temple
Changes by Gustavo Temple : -- nosy: +lemburg ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update libffi config files

2014-12-23 Thread Gustavo Temple
Changes by Gustavo Temple : -- nosy: +steve.dower ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update libffi config files

2014-12-19 Thread Gustavo Temple
Gustavo Temple added the comment: @r.david.murray, the config.guess inside the root folder fixes some verifications about IBM arch, the config.guess inside the libffi folder fixes some verifications about PowerPC, and the config.sub inside the libffi folder fixes some verifications about

[issue23089] Update libffi config files

2014-12-19 Thread Gustavo Temple
Gustavo Temple added the comment: @r.david.murray, I think they aren't related. -- ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Pytho

[issue23089] Update config files

2014-12-19 Thread Gustavo Temple
Changes by Gustavo Temple : -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue23089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23089] Update config files

2014-12-19 Thread Gustavo Temple
New submission from Gustavo Temple: Update config.guess and config.sub -- components: Installation files: config.patch keywords: patch messages: 232937 nosy: gustavotemple priority: normal severity: normal status: open title: Update config files versions: Python 3.4, Python 3.5 Added

[issue23085] update internal libffi copy to 3.2.1

2014-12-19 Thread Gustavo Temple
Gustavo Temple added the comment: @steve.dower, so no problems, because my patch won't affect Windows. -- ___ Python tracker <http://bugs.python.org/is

[issue23085] update internal libffi copy to 3.2.1

2014-12-19 Thread Gustavo Temple
Gustavo Temple added the comment: @steve.dower, so, can I abandon this issue? -- ___ Python tracker <http://bugs.python.org/issue23085> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Removed file: http://bugs.python.org/file37499/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37500/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37499/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Removed file: http://bugs.python.org/file37498/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37498/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Removed file: http://bugs.python.org/file37497/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Gustavo Temple added the comment: @haypo, done: atomicv3.patch -- ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list mailin

[issue22038] Implement atomic operations on non-x86 platforms

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : Added file: http://bugs.python.org/file37497/atomicv3.patch ___ Python tracker <http://bugs.python.org/issue22038> ___ ___ Python-bugs-list m

[issue23085] update internal libffi copy to 3.2.1

2014-12-18 Thread Gustavo Temple
Gustavo Temple added the comment: @doko, sorry, but what are the Steve's changes? The issue #22733? -- ___ Python tracker <http://bugs.python.org/is

[issue23085] update internal libffi copy to 3.2.1

2014-12-18 Thread Gustavo Temple
Changes by Gustavo Temple : -- title: update internal libffi copy to 3.1 -> update internal libffi copy to 3.2.1 ___ Python tracker <http://bugs.python.org/issu

[issue23085] update internal libffi copy to 3.1

2014-12-18 Thread Gustavo Temple
New submission from Gustavo Temple: Link to the file: https://github.com/gustavotemple/cpython/pull/2.diff Link to the changes: https://github.com/gustavotemple/cpython/pull/2/commits -- components: ctypes files: libffi.patch keywords: patch messages: 232890 nosy: doko, gustavotemple