Message398254
| Author | Arfrever |
|---|---|
| Recipients | Arfrever, benjamin.peterson, christian.heimes, cstratak, geofft, vstinner |
| Date | 2021-07-26.19:38:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1627328303.25.0.0437570611008.issue32635@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Geoffrey Thomas: I agree that including crypt.h only where required is better. Can you file new bug with patch? Benjamin Peterson: I suspect that with crypt.h not included in _cryptmodule.c, crypt() was treated by compiler as implicitly declared function (returning 'int'), however real crypt() function returns 'char*'. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-07-26 19:38:23 | Arfrever | set | recipients: + Arfrever, vstinner, christian.heimes, benjamin.peterson, cstratak, geofft |
| 2021-07-26 19:38:23 | Arfrever | set | messageid: <1627328303.25.0.0437570611008.issue32635@roundup.psfhosted.org> |
| 2021-07-26 19:38:23 | Arfrever | link | issue32635 messages |
| 2021-07-26 19:38:23 | Arfrever | create | |