You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deduperreload: patch NULL for empty closure rather than None (ipython#14978)
When patching an empty closure into some function, we should patch a
value of NULL (corresponding to address 0) rather than than the address
of None, as per
python/cpython#138267 (comment).
This has actually always been a problem with deduperreload, but it
wasn't until
ipython@f6fd3f5
that there was a test case that actually manifested this bug.
Anyway, this PR should fixpython/cpython#138267
0 commit comments