| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c and ceval.c. (cherry picked from commit f1a0d96)
|
@encukou: Would you mind to review this backport to 3.13? |
Sorry, something went wrong.
There was a problem hiding this comment.
This (probably) doesn't cover all the problematic uses of _Py_IsImmortal, but it's a step in the right direction.
Sorry, something went wrong.
If tomorrow, more issues will be open about this problem, I would suggest considering to change _Py_IsImmortal() to behave as _Py_IsImmortalLoose(). But for now, I prefer smaller changes by using _Py_IsImmortalLoose() instead. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c and ceval.c.
(cherry picked from commit f1a0d96)