Message 352703 - Python tracker
Message352703
| Author | sir-sigurd |
|---|---|
| Recipients | malin, sir-sigurd, vstinner |
| Date | 2019-09-18.06:54:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1568789657.97.0.57953936016.issue38205@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Also quote from Py_UNREACHABLE() doc: > Use this in places where you might be tempted to put an assert(0) or abort() call. https://github.com/python/cpython/commit/6b519985d23bd0f0bd072b5d5d5f2c60a81a19f2 does exactly that, it replaces assert(0) with Py_UNREACHABLE(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-09-18 06:54:18 | sir-sigurd | set | recipients: + sir-sigurd, vstinner, malin |
| 2019-09-18 06:54:17 | sir-sigurd | set | messageid: <1568789657.97.0.57953936016.issue38205@roundup.psfhosted.org> |
| 2019-09-18 06:54:17 | sir-sigurd | link | issue38205 messages |
| 2019-09-18 06:54:17 | sir-sigurd | create | |