Changes between Version 2 and Version 5 of Ticket #20596
- Timestamp:
- 08/17/16 12:07:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20596
- Property Cc robertwb added
-
Property
Summary
changed from
Work around Cython bug #879
toWork around Cython bug #1433
-
Property
Commit
changed from
60788fd4218490e832ae5c8abf46d89ba6a7b280
to766dfb07a3012d4523d1af3d275de19003bcacc3
-
Ticket #20596 – Description
v2 v5 1 A workaround for http ://trac.cython.org/ticket/879is compiling as C++.1 A workaround for https://github.com/cython/cython/issues/1433 is compiling as C++. 2 2 3 3 This isn't actually needed right now, but it's needed to experiment with Cython git master or if Cython releases a new version without fixing that bug.