[issue7689] Pickling of classes with a metaclass and copy_reg

2011-03-08 Thread François Bissey

Changes by François Bissey :


--
nosy: +fbissey

___
Python tracker 
<http://bugs.python.org/issue7689>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 "-R" as a 
rpath if the argument is a directory, is a legacy behavior. "-R" is supposed to 
be used to add remarks (see ld's man page).
On linux it should just be "-Wl,-rpath" and it should work with all compilers.

--
nosy: +fbissey

___
Python tracker 
<http://bugs.python.org/issue25229>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<http://bugs.python.org/issue25750>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com