Message349046
| Author | jdemeyer |
|---|---|
| Recipients | Mark.Shannon, benjamin.peterson, jdemeyer, lukasz.langa, pablogsal, petr.viktorin, vstinner |
| Date | 2019-08-05.10:21:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1565000496.12.0.178368786122.issue36974@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> Should we add a note like "if you get a 'SystemError: bad call flags' on import, check the descriptor flags of your functions" in What's New in Python 3.8?
A better solution would be to change the error message. We could change it to something like SystemError("bad flags 0x2 for PyCOMPS_categories_match")
But maybe it's not worth it. Are there many projects that define functions/methods but never call them? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-05 10:21:36 | jdemeyer | set | recipients: + jdemeyer, vstinner, benjamin.peterson, petr.viktorin, lukasz.langa, Mark.Shannon, pablogsal |
| 2019-08-05 10:21:36 | jdemeyer | set | messageid: <1565000496.12.0.178368786122.issue36974@roundup.psfhosted.org> |
| 2019-08-05 10:21:36 | jdemeyer | link | issue36974 messages |
| 2019-08-05 10:21:35 | jdemeyer | create | |