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
compat: move check for closure cellvar update wrapper function (#1092)
* compat: move check for closure cellvar update wrapper function
This sanity checking code ended up getting decoupled from the old
implementation in a18b395 when a new,
much simpler method was added. This check can fail spuriously in
certain environments where it doesn't even need to be run because the
newer approach is used.
This is noticeable when using python scripts compiled by nuitka. Since
next-gen attrs uses slots on everything by default, the use of this
fixup function is now pervasive, as well.
* changelog: note fix
* Semantic newlines
---------
Co-authored-by: Hynek Schlawack <[email protected]>
0 commit comments