| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
The C compiler is allowed to assume that for uint8_t *p1, _Py_CODEUNIT *p2, p1 and p2 don't alias. If you add the special char * cast, then it cannot make that (in this case false) assumption.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
Sorry, something went wrong.
|
LGTM, apart from the missing cast. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Now that we don't modify opargs anymore, this is a cleaner (and slighly more efficient) way of performing this common move.
https://bugs.python.org/issue46841