Message 311314 - Python tracker

Message311314

Author gregory.p.smith
Recipients Decorater, Marcus.Smith, brett.cannon, christian.heimes, dstufft, eric.snow, gregory.p.smith, josh.r, ncoghlan, ned.deily, njs, paul.moore, pitrou, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2018-01-31.06:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517381340.64.0.467229070634.issue32387@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting use case Josh.  I don't know of a good way to deal with non-extension-module Python API using .so files.  I like your extension hack, but what is the problem with having the version embedded in the .so name?
History
Date User Action Args
2018-01-31 06:49:00gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, paul.moore, ronaldoussoren, ncoghlan, pitrou, christian.heimes, tim.golden, ned.deily, njs, eric.snow, zach.ware, steve.dower, dstufft, Marcus.Smith, josh.r, Decorater
2018-01-31 06:49:00gregory.p.smithsetmessageid: <1517381340.64.0.467229070634.issue32387@psf.upfronthosting.co.za>
2018-01-31 06:49:00gregory.p.smithlinkissue32387 messages
2018-01-31 06:49:00gregory.p.smithcreate