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
Was discussed offline.
The split of system.py and _system.pyx is there, because cdef
classes do not support custom decorators (in this case @highlander).
Probably can be resolved by putting a cdef static variable in the
System class to track the number of instances.
No description provided.
The text was updated successfully, but these errors were encountered: