Re: [Cython] Python 3 wheels including bytecode files.

2015-10-05 Thread Lisandro Dalcin
On 3 October 2015 at 15:30, Stefan Behnel wrote: > Let's try it in master first. > > https://github.com/cython/cython/commit/bc88b4ae02510d68014839769a1ed47faa7af077 Stefan, I'm starting to fix issues here and there. I have no idea how to fix some tests, in such cases I'm just dissabling them at

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-03 Thread Stefan Behnel
Lisandro Dalcin schrieb am 02.10.2015 um 16:24: > 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 us

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Lisandro Dalcin
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

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Stefan Behnel
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

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Lisandro Dalcin
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

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Lisandro Dalcin
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

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Stefan Behnel
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

Re: [Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Stefan Behnel
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

[Cython] Python 3 wheels including bytecode files.

2015-10-02 Thread Lisandro Dalcin
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