This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dimpase
Recipients dimpase, eamanu, mark.dickinson
Date 2019-02-25.15:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551107112.99.0.917496667684.issue36106@roundup.psfhosted.org>
In-reply-to
Content
e.g. if I rename `m_lgamma` to `lgamma` I get
```
mathmodule.c:389:1: error: static declaration of ‘lgamma’ follows non-static declaration
 lgamma(double x)
```
History
Date User Action Args
2019-02-25 15:05:13dimpasesetrecipients: + dimpase, mark.dickinson, eamanu
2019-02-25 15:05:12dimpasesetmessageid: <1551107112.99.0.917496667684.issue36106@roundup.psfhosted.org>
2019-02-25 15:05:12dimpaselinkissue36106 messages
2019-02-25 15:05:12dimpasecreate