| #43 |
Mysterious error with conflicting types
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #77 |
temp allocation should be done in code generation phase
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #81 |
Make CloneNode obsolete
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #86 |
implement globals
|
new
|
defect
|
major
|
1.0
|
Code Generation
|
| #89 |
pxd caching
|
new
|
defect
|
major
|
wishlist
|
Build System
|
| #92 |
public enums in extern blocks
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #95 |
public and readonly module globals
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #130 |
Missing support for Python special methods for rich comparison
|
new
|
defect
|
major
|
1.0
|
Pure Python Mode
|
| #147 |
BoolBinopNode doesn't reuse temps
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #152 |
subtyping PyVarObject (e.g. bytes/tuple)
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #154 |
cleanup attempted for unused (so undeclared) buffer
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #157 |
multiple definitions of method fails in c code, not cython
|
new
|
defect
|
minor
|
wishlist
|
Build System
|
| #174 |
slow code
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #180 |
Optimize buffer assignments
|
new
|
defect
|
minor
|
wishlist
|
Optimization
|
| #256 |
for..from by step doesn't work with pointers
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #259 |
future division not respected by C ints (including literals)
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #262 |
pre-declaring a cdef class without its base type doesn't raise an error
|
new
|
defect
|
minor
|
wishlist
|
Parsing
|
| #266 |
builtin exceptions used in except + clauses not getting initalized
|
new
|
defect
|
major
|
wishlist
|
Build System
|
| #279 |
compiler crash on .pxd -> .py definitions
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #283 |
cdef inline functions in pxds can't have default arguments
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #292 |
Garbage in HTML/annotation in simple example code
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #297 |
Enable for-in-range optimisation also for untyped loop vars
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #301 |
Buffers: Store acquired buffers as typed fields in cdef classes + global variables
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #302 |
Usability problem: Cannot access .shape member of numpy.ndarray as tuple
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #308 |
closures for module scope
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #315 |
ValueError Exception raised during type checking when mixing bint and ndarray
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #320 |
Type checking when casting objects to pointers
|
new
|
defect
|
minor
|
wishlist
|
Type Analysis
|
| #321 |
Test suite for pyximport
|
new
|
defect
|
major
|
wishlist
|
Build System
|
| #327 |
cpdef attributes should give an compile-time error
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #334 |
support duplicating cdef class fields in both pxd and pyx
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #340 |
Problem with buffer/memview parsing strategy
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #341 |
Move Cython-language utility code inclusion to code generation phase
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #345 |
Necessary refactoring of mangling methods in Symtab.py
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #349 |
Should extern typedefs require an explicit cast?
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #368 |
Cascading assignments of Python bools are inefficient
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #379 |
cython -r recursive option broken
|
new
|
defect
|
major
|
wishlist
|
Build System
|
| #410 |
Investigate element.pxd note
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #414 |
Remove TempNode
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #432 |
intern() doesn't handle char* properly
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #451 |
Missing cast for numpy array slicing in C++ Mode
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #471 |
Allow public enum type fields for cdef classes
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #472 |
builtins caching happens too early, before the optimisation phase
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #475 |
__file__ variable not available in module init
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #477 |
@cython.locals() don't propagate to cdef function signature
|
new
|
defect
|
major
|
wishlist
|
Pure Python Mode
|
| #499 |
complex numpy arithmatic
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #510 |
Uncompileable C code when combining & with buffer []
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #511 |
Inline functions in pxd files get wrong directives
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #512 |
parser bug for mismatches in function arguments with default value
|
new
|
defect
|
major
|
0.17
|
Parsing
|
| #514 |
Buffers: Some forms of C/Fortran contiguous buffers not acquired
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #546 |
range(a,b,c) not optimized for (at compile time) unknown step value
|
reopened
|
defect
|
major
|
wishlist
|
Optimization
|
| #548 |
Wrong code generated for type-casting to C++ reference
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #552 |
Unable to use templated class as base class in C++ inheritance
|
new
|
defect
|
major
|
wishlist
|
C++
|
| #565 |
Enable/disable optimizations
|
new
|
defect
|
critical
|
wishlist
|
Optimization
|
| #567 |
super doesn't work with cpdef methods
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #570 |
Bad parsing for operator identifier.
|
new
|
defect
|
major
|
0.15
|
Parsing
|
| #573 |
Mismatched c ptr types warning in closures when using cdef classes
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #601 |
Clean up node juggling during code generation in ForFromStatNode
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #659 |
Support for nested types/enums in C++ classes
|
new
|
defect
|
major
|
wishlist
|
C++
|
| #666 |
compiler crash on nested templates
|
new
|
defect
|
major
|
wishlist
|
Parsing
|
| #667 |
linking not done using g++ when language specified as "C++" (not "c++")
|
new
|
defect
|
minor
|
wishlist
|
Build System
|
| #669 |
Dissallow assignment of vtab functions
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #679 |
boundscheck(False) implies wraparound(False) for lists, tuples
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #680 |
Bug in cimported recursively defined structs
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #687 |
Wrapping Child classes of base class without default constructor fails
|
new
|
defect
|
major
|
wishlist
|
C++
|
| #690 |
allow illegal Python module names when embedding
|
new
|
defect
|
minor
|
wishlist
|
Build System
|
| #691 |
globals may be builtins if conditionally imported/defined
|
new
|
defect
|
major
|
wishlist
|
Type Analysis
|
| #692 |
tuple unpacking in function argument list
|
new
|
defect
|
minor
|
wishlist
|
Python Semantics
|
| #699 |
Missing Declarations from Generated Header File
|
new
|
defect
|
minor
|
wishlist
|
Packaging
|
| #706 |
C++ operator() oddness
|
new
|
defect
|
major
|
wishlist
|
C++
|
| #709 |
ValueError: ... has the wrong size, try recompiling
|
new
|
defect
|
major
|
wishlist
|
Build System
|
| #719 |
Decorated methods in cdef classes should be ordinary functions
|
new
|
defect
|
major
|
wishlist
|
Type Analysis
|
| #722 |
Final directive in pxd causes compiler crash
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #733 |
pyximport of .py files should use language_level=3 in Python 3
|
new
|
defect
|
major
|
wishlist
|
Build System
|
| #737 |
(Vacuously) support boundscheck, wraparound directives in pure mode
|
new
|
defect
|
major
|
wishlist
|
Pure Python Mode
|
| #738 |
Support mixing cython.compile with directive decorators.
|
new
|
defect
|
major
|
wishlist
|
Pure Python Mode
|
| #747 |
Catch C++ exceptions raised by arithmetic
|
new
|
defect
|
major
|
wishlist
|
C++
|
| #748 |
cython.array broken in compile mode
|
new
|
defect
|
major
|
wishlist
|
Pure Python Mode
|
| #753 |
ScopedExprNode doesn't support closures
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #754 |
data of numpy masked array is not around
|
new
|
defect
|
minor
|
wishlist
|
Code Generation
|
| #755 |
Errors in circular imports
|
new
|
defect
|
major
|
wishlist
|
Code Generation
|
| #757 |
Py2 syntax for looping over implicit tuple not supported
|
new
|
defect
|
minor
|
wishlist
|
Parsing
|
| #760 |
traceback creation slows down exception propagation considerably
|
new
|
defect
|
major
|
wishlist
|
Optimization
|
|
(more results for this group on next page)
|