[issue25229] distutils doesn't add "-Wl, " prefix to "-R" on Linux if the C compiler isn't named 'gcc'

2017-04-05 Thread François Bissey
François Bissey added the comment: I am seeing this with clang on linux. It breaks the building pyzmq. I'll concur with Calvin that using just "-R" is wrong in the first place. Some compiler may pass it directly to the linker. But even in the linker, interpreting "

[issue25750] tp_descr_get(self, obj, type) is called without owning a reference to "self"

2015-12-13 Thread François Bissey
François Bissey added the comment: Will Jeroen's patch make it into 2.7.12 or are you expecting more stuff before committing a change? -- nosy: +fbissey ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue7689] Pickling of classes with a metaclass and copy_reg

2011-03-08 Thread François Bissey
Changes by François Bissey francois.bis...@canterbury.ac.nz: -- nosy: +fbissey ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7689 ___ ___ Python