On Sat, Mar 19, 2016 at 7:51 AM, Jason Madden
wrote:
> [Ack, really sorry for the premature send. Here's the whole thing:]
>
> gevent compiles and passes all its tests with this release.
>
> However, compilation produces 420 warnings of the form:
>
> warning: gevent/corecext.pyx:1893:4: 'propert
[Ack, really sorry for the premature send. Here's the whole thing:]
gevent compiles and passes all its tests with this release.
However, compilation produces 420 warnings of the form:
warning: gevent/corecext.pyx:1893:4: 'property rpid:' syntax is
deprecated, use '@property'
That's a lot of w
gevent compiles and passes all its tests with this release.
However, compilation produces 420 warnings of the form:
warning: gevent/corecext.pyx:1893:4: 'property rpid:' syntax is
deprecated, use '@property'
That's a lot of warnings.
As I understand it, this was added with pull #462 which is
On Friday, March 11, 2016 at 3:24:26 AM UTC-5, Robert Bradshaw wrote:
>
> We are getting ready to push a new major release. A first alpha is up
> at http://cython.org/release/Cython-0.24a0.tar.gz
>
> To avoid surprises, please test and report.
>
> Thanks,
> Robert
>
I ran across a compilat
On 2016-03-13 14:03, Robert Bradshaw wrote:
If we accept cross-project includes
I missed the memo that cross-project includes are not "accepted". They
do work, just add include_path=sys.path to the cythonize() call. All I'm
doing with my patch is to remove the need to explicitly add that in
On Sun, Mar 13, 2016 at 1:49 AM, Jeroen Demeyer wrote:
> On 2016-03-11 10:00, Robert Bradshaw wrote:
>>
>> I'd really rather deprecate .pxi files completely rather than add even
>> more support for them.
>
>
> Well, .pxi files are currently *not* deprecated. The fact that they might be
> deprecate
On 2016-03-11 10:00, Robert Bradshaw wrote:
I'd really rather deprecate .pxi files completely rather than add even
more support for them.
Well, .pxi files are currently *not* deprecated. The fact that they
might be deprecated in the future seems a poor excuse to reject a 1-line
patch fixing a
Hi,
I just built a large project with the alpha version. All looks good. The
only new/odd thing is a lot of warnings of this flavor:
warning: View.MemoryView:219:4: 'property memview:' syntax is deprecated,
use '@property'
warning: View.MemoryView:536:4: 'property T:' syntax is deprecated, use
https://github.com/cython/cython/commit/970c2fc0e676ca22016e14147ada0edba937dc6b
(Just noticed the build failed on travis too...)
On Fri, Mar 11, 2016 at 2:09 AM, Jeroen Demeyer wrote:
> I get one testsuite failure:
>
> $ python runtests.py -v -v fused_cpp
> Python 2.7.10 (default, Mar 11 2016, 0
I get one testsuite failure:
$ python runtests.py -v -v fused_cpp
Python 2.7.10 (default, Mar 11 2016, 09:57:44)
[GCC 4.8.4]
Running tests against Cython 0.24a0
Backends: c,cpp
runTest (__main__.CythonRunTestCase)
compiling (cpp) and running fused_cpp ...
=== Expected errors: ===
=== Got erro
On 2016-03-11 10:00, Robert Bradshaw wrote:
but it seems it could be done with a cimport alone.
I already discussed that with Stefan Behnel... no, it cannot be done
with a cimport alone.
___
cython-devel mailing list
cython-devel@python.org
https://
I'd really rather deprecate .pxi files completely rather than add even
more support for them. I haven't dived into cysignals yet, but it
seems it could be done with a cimport alone.
On Fri, Mar 11, 2016 at 12:30 AM, Jeroen Demeyer wrote:
> Hello,
>
> Is there any chance of merging https://github.
Hello,
Is there any chance of merging https://github.com/cython/cython/pull/483
It is a really trivial patch.
Thanks,
Jeroen.
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel
We are getting ready to push a new major release. A first alpha is up
at http://cython.org/release/Cython-0.24a0.tar.gz
To avoid surprises, please test and report.
Thanks,
Robert
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.
14 matches
Mail list logo