Ticket #175 (closed defect: fixed)
embedsignatures discards existing cpdef docstrings
| Reported by: | jasone | Owned by: | jasone |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.11 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
The embedsignatures compiler directive causes method signatures to be prepended to docstrings, but it fails to preserve existing docstrings for cpdef methods. The attached patch fixes the problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

