Message 411576 - Python tracker
Message411576
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, hroncok, petr.viktorin, vstinner |
| Date | 2022-01-25.11:35:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1643110542.99.0.0506118125071.issue46513@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Modules/audioop.c uses __CHAR_UNSIGNED__, but the absence or presence of the symbol does not affect behavior: #if defined(__CHAR_UNSIGNED__) #if defined(signed) /* This module currently does not work on systems where only unsigned characters are available. Take it out of Setup. Sorry. */ #endif #endif |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-25 11:35:43 | christian.heimes | set | recipients: + christian.heimes, vstinner, petr.viktorin, hroncok |
| 2022-01-25 11:35:42 | christian.heimes | set | messageid: <1643110542.99.0.0506118125071.issue46513@roundup.psfhosted.org> |
| 2022-01-25 11:35:42 | christian.heimes | link | issue46513 messages |
| 2022-01-25 11:35:42 | christian.heimes | create | |