Message 387024 - Python tracker
Message387024
| Author | vstinner |
|---|---|
| Recipients | WildCard65, erlendaasland, gregory.p.smith, numberZero, vstinner |
| Date | 2021-02-15.16:21:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1613406074.73.0.80725136809.issue43181@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Thanks Vitaliy for the bug report and Erlend for the fix ;-) For Python 3.9 and older, a workaround is to wrap the call to PyObject_TypeCheck() with your own static inline function. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-15 16:21:14 | vstinner | set | recipients: + vstinner, gregory.p.smith, WildCard65, erlendaasland, numberZero |
| 2021-02-15 16:21:14 | vstinner | set | messageid: <1613406074.73.0.80725136809.issue43181@roundup.psfhosted.org> |
| 2021-02-15 16:21:14 | vstinner | link | issue43181 messages |
| 2021-02-15 16:21:14 | vstinner | create | |