Martin v. Löwis added the comment:

The patch looks good to me. The stable ABI was originally intended for Windows 
only, where the functions are guaranteed to be included in python3.dll (as the 
.def file references them); they are included in python3X.dll as link.exe 
doesn't do the same object file omission that /bin/ld does. But I agree in 
principle that the proposed solution is better (and it is the only approach 
that works with /bin/ld).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18603>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to