Amaury Forgeot d'Arc added the comment:

I would not mind the change, but I've always thought the opposite (except on 
Windows, where the string Python27.dll is stored in the .pyd)

There are traces of this binary compatibility still today in the 3.4 headers:
https://hg.python.org/cpython/file/v3.4.0/Include/pymem.h#l23
"""...if you do use the macros you must recompile your extensions with each 
Python release..."""
Which seems to imply that extensions usually don't need to be recompiled!

----------

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

Reply via email to