On 2 October 2015 at 17:01, Stefan Behnel wrote:
> Lisandro Dalcin schrieb am 02.10.2015 um 15:18:
>> On 2 October 2015 at 15:07, Lisandro Dalcin wrote:
>>> On 2 October 2015 at 14:30, Stefan Behnel wrote:
Ah - note that Python 3.2 still uses the unicode fixer of 2to3, so the code
is not
Lisandro Dalcin schrieb am 02.10.2015 um 15:18:
> On 2 October 2015 at 15:07, Lisandro Dalcin wrote:
>> On 2 October 2015 at 14:30, Stefan Behnel wrote:
>>> Ah - note that Python 3.2 still uses the unicode fixer of 2to3, so the code
>>> is not entirely legacy. Would be nice if it could be moved out
On 2 October 2015 at 15:07, Lisandro Dalcin wrote:
> On 2 October 2015 at 14:30, Stefan Behnel wrote:
>> Ah - note that Python 3.2 still uses the unicode fixer of 2to3, so the code
>> is not entirely legacy. Would be nice if it could be moved out of the way,
>> though. Especially since it will ev
On 2 October 2015 at 14:30, Stefan Behnel wrote:
> Ah - note that Python 3.2 still uses the unicode fixer of 2to3, so the code
> is not entirely legacy. Would be nice if it could be moved out of the way,
> though. Especially since it will eventually disappear entirely.
Yes, I'm aware of this. I'l
Stefan Behnel schrieb am 02.10.2015 um 13:26:
> Lisandro Dalcin schrieb am 02.10.2015 um 12:11:
>> After getting AppVeyor to work, I noticed that Python 3 wheels do
>> include __pycache__ directory. This also happens with in OS X as well
>> as Linux.
>>
>> I think the root of the issue resides in s
Lisandro Dalcin schrieb am 02.10.2015 um 12:11:
> After getting AppVeyor to work, I noticed that Python 3 wheels do
> include __pycache__ directory. This also happens with in OS X as well
> as Linux.
>
> I think the root of the issue resides in setup.py, in the build_ext
> command class workaround
After getting AppVeyor to work, I noticed that Python 3 wheels do
include __pycache__ directory. This also happens with in OS X as well
as Linux.
I think the root of the issue resides in setup.py, in the build_ext
command class workaround that seems to be a legacy thing from the time
Cython requir