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
pybricks/pybricks: Optimize package init without REPL.
We can save 92 bytes by omitting the logic to import everything, which is only used in the REPL.
And since pb_package_pybricks_init() is only called on a clean state, we can get away doing the current initialization without catching exceptions.
0 commit comments