Re: Extension Build Question/Recommendation

2017-10-23 Thread Petr Viktorin
On 10/21/2017 08:45 PM, Troy Curtis Jr wrote: I'd like to know what everyone's take on the best way to build python extensions for both python2 and python3 when the upstream build system can only build for one at time. The path I took for the gpsd update I submitted was to use two independent

Extension Build Question/Recommendation

2017-10-21 Thread Troy Curtis Jr
I'd like to know what everyone's take on the best way to build python extensions for both python2 and python3 when the upstream build system can only build for one at time. The path I took for the gpsd update I submitted was to use two independent source trees, then build one for python2 and anoth