Hi!

As a preparatory step, I improved the parsing of function definitions in
sage_getargspec. This is needed for putting UniqueRepresentation into a
.pyx file, because currently function definitions in a .pyx file
containing varargs and keywords are not correctly parsed. By
consequence, the @[weak_]cached_method decorator (which is used in
UniqueRepresentation.__classcall__) does currently not work.

My patch is up at #14017 and needs review!

Another patch, that cythons UniqueRepresentation and seems to
drastically improve the performance of using UniqueRepresentation
instances as dictionary keys, will soon be ready.

Best regards,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to