Custom Query (159 matches)

Filters
 
Columns

Show under each result:


Results (1 - 100 of 159)

1 2
Ticket Summary Status Owner Type Priority Milestone
#564 refcount bug in isinstance optimization new somebody defect blocker 0.13
#509 Error for local/cclass reference variables new defect critical wishlist
#536 with statements crashes Cython in module scope new defect critical 0.13.1
#565 Enable/disable optimizations new somebody defect critical wishlist
#3 Cython calls ExtType.__init__() as Python function new somebody enhancement major wishlist
#18 req: support cdef class attrib initialisation new somebody enhancement major wishlist
#27 inspection of compilation namespace for IF/ELIF/ELSE/DEF new somebody enhancement major wishlist
#77 temp allocation should be done in code generation phase new somebody defect major wishlist
#81 Make CloneNode obsolete new somebody defect major wishlist
#83 Implement Generators new somebody defect major 1.0
#86 implement globals new somebody defect major 1.0
#87 definitions in control structures new somebody defect major 1.0
#89 pxd caching new somebody defect major wishlist
#92 public enums in extern blocks new somebody defect major wishlist
#94 cimport module cdef globals new somebody defect major wishlist
#95 public and readonly module globals new somebody defect major wishlist
#101 Clean up numpy.pxd assigned dagss defect major wishlist
#106 Regression tests fail for Python 2.6 on Win32 new somebody defect major 0.14
#112 Declare c(p)def classes/methods without need for .pxd file new somebody defect major 1.0
#130 Missing support for Python special methods for rich comparison new somebody defect major 1.0
#132 Deletion of local variables in functions is not supported new somebody defect major 1.0
#134 cpdef method w/ unused buffer causes compilation error assigned dagss defect major wishlist
#142 module dictionaries not deallocated at Python finalization new defect major wishlist
#152 subtyping PyVarObject (e.g. str) new somebody defect major wishlist
#153 safe, ref-counted support for dynamic memory allocation new somebody enhancement major wishlist
#173 per-interpreter module state in Py3 (PEP 3121) new somebody enhancement major wishlist
#174 slow code new somebody defect major wishlist
#177 Efficient cdef calling convention for buffers new somebody enhancement major wishlist
#178 Efficient slices in buffers new somebody enhancement major wishlist
#197 Think through and clean up various TempBlock classes new somebody task major wishlist
#211 Vote over whether OpenMP support is wanted, and if so, implement new somebody enhancement major wishlist
#218 Support m_clear() in Py3 (PEP 3121) new somebody enhancement major wishlist
#238 support __new__() in extension types new somebody enhancement major wishlist
#246 support const keyword on types new somebody defect major wishlist
#256 for..from by step doesn't work with pointers new somebody defect major wishlist
#259 future division not respected by C ints (including literals) new somebody defect major wishlist
#266 builtin exceptions used in except + clauses not getting initalized new somebody defect major wishlist
#279 compiler crash on .pxd -> .py definitions new somebody defect major wishlist
#282 explore ways to trap SIGFPE instead of doing runtime checks new somebody enhancement major wishlist
#283 cdef inline functions in pxds can't have default arguments new somebody defect major wishlist
#294 Document feature: packed struct new defect major Documentation
#297 Enable for-in-range optimisation also for untyped loop vars new somebody defect major wishlist
#299 Buffers: Clean up internal representation of acquired buffers new somebody task major wishlist
#300 Buffers: Acquire through coercion new somebody task major wishlist
#301 Buffers: Store acquired buffers as typed fields in cdef classes + global variables new somebody defect major wishlist
#302 Usability problem: Cannot access .shape member of numpy.ndarray as tuple new somebody defect major wishlist
#310 Documentation: Buffer slot/PEP 3118 special functions new defect major Documentation
#311 Buffers: Acquisition counted buffers new somebody enhancement major wishlist
#314 [patch] array.pxd - fast Cython access for Python's builtin array.array new somebody enhancement major wishlist
#320 Canonical PyObject new somebody defect major 0.13.1
#321 Test suite for pyximport new somebody defect major wishlist
#322 Honor distutils dependencies new somebody defect major wishlist
#323 Allow conditional compilation environment in distutils new somebody enhancement major wishlist
#327 cpdef attributes should give an compile-time error new somebody defect major wishlist
#332 misleading error message for buffer types new defect major wishlist
#334 support duplicating cdef class fields in both pxd and pyx new somebody defect major wishlist
#340 Problem with buffer/memview parsing strategy new somebody defect major 1.0
#341 Move Cython-language utility code inclusion to code generation phase new somebody defect major wishlist
#345 Necessary refactoring of mangling methods in Symtab.py new somebody defect major wishlist
#348 warn on unpaired __cinit__ and __dealloc__ new defect major wishlist
#349 Should extern typedefs require an explicit cast? new somebody defect major wishlist
#353 [kurt-gsoc branch] Add nice string representation to MemoryViewSliceType new somebody defect major wishlist
#358 remove genindex and modindex links in sphinx docs new defect major wishlist
#363 Make sure we handle ob_type->tp_flags inheritance correctly new somebody task major wishlist
#370 Unraisable exceptions should be a compile time error whenever possible new defect major wishlist
#375 Many warnings for buffer access. new dagss defect major wishlist
#379 cython -r recursive option broken new somebody defect major wishlist
#380 Integrate "Fast numerical computations in Cython" paper into docs new defect major Documentation
#381 Integrate "Cython Tutorial" paper into docs new defect major Documentation
#382 Document compiler directives new defect major Documentation
#388 Document the autotestdict directive (#387) new defect major Documentation
#392 Inplace operators on complex numbers new somebody defect major wishlist
#410 Investigate element.pxd note new somebody defect major wishlist
#414 Remove TempNode new somebody defect major wishlist
#422 bug in setting __module__ new somebody defect major wishlist
#432 intern() doesn't handle char* properly new somebody defect major wishlist
#433 Python classes defining __slots__ should automatically compile to extension classes new somebody enhancement major wishlist
#438 Drop ref-counting for list index access new somebody enhancement major wishlist
#451 Missing cast for numpy array slicing in C++ Mode new somebody defect major wishlist
#452 embedding test fails in OS X 10.6 new defect major wishlist
#459 Better support for writing var args functions. (va_start, va_arg, etc.) new somebody defect major wishlist
#468 Add note about numpy.get_include to the docs. new defect major wishlist
#469 Dependency graph for output of types and utility code assigned dagss task major wishlist
#471 Allow public enum type fields for cdef classes new somebody defect major wishlist
#474 support non-overridable 'inline' methods new somebody enhancement major wishlist
#475 __file__ variable not available in module init new somebody defect major wishlist
#477 @cython.locals() don't propagate to function signature new somebody defect major wishlist
#487 Py3 syntax: 'with' statment with multiple managers new somebody enhancement major wishlist
#489 Redefinition of Python functions new defect major wishlist
#490 Py3 syntax: support 'nonlocal' scope new somebody enhancement major wishlist
#491 Implement generator expressions new somebody enhancement major wishlist
#492 Support for Py3 function annotations new haoyu enhancement major 1.0
#494 Cython functions not bound as methods new robertwb defect major 0.14
#497 Improve Cython __test__ dict implementation new somebody task major wishlist
#498 Support for borrowed references new somebody enhancement major wishlist
#499 complex numpy arithmatic new somebody defect major wishlist
#510 Uncompileable C code when combining & with buffer [] new somebody defect major wishlist
#511 Inline functions in pxd files get wrong directives new somebody defect major wishlist
#512 parser bug for mismatches in function arguments with default value new somebody defect major 0.14
#513 Infer return types of cdef functions new somebody enhancement major wishlist
1 2
Note: See TracQuery for help on using queries.