This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brett.cannon, eric.snow, ncoghlan, ned.deily, paul.moore, pitrou, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2017-12-20.15:47:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513784874.54.0.213398074469.issue32387@psf.upfronthosting.co.za>
In-reply-to
Content
Windows and the major POSIX platforms (including Linux and macOS) now support loading C extension with a version-tagged name (and build them likewise), such as "foobar.cpython-36.so".

Following the discussion in https://mail.python.org/pipermail/python-dev/2017-December/151328.html, I propose to remove the ability to load untagged C extension names on those platforms.  IOW, "foobar.dll" or "foobar.so" will not be recognized when "import foobar" is executed anymore.
History
Date User Action Args
2017-12-20 15:47:54pitrousetrecipients: + pitrou, brett.cannon, paul.moore, ronaldoussoren, ncoghlan, tim.golden, ned.deily, eric.snow, zach.ware, steve.dower
2017-12-20 15:47:54pitrousetmessageid: <1513784874.54.0.213398074469.issue32387@psf.upfronthosting.co.za>
2017-12-20 15:47:54pitroulinkissue32387 messages
2017-12-20 15:47:54pitroucreate