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
they are not that useful. normally what you want is a global lock.
Specification
remove the name parameter from the @nonreentrant decorator. there will only be a single, global nonreentrancy lock.
Backwards Compatibility
All VIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The VIP must explain how the author proposes to deal with these incompatibilities.
Dependencies
If this VIP depends on any other VIPs being implemented, please mention them.
Simple Summary
remove named re-entrancy locks
Motivation
they are not that useful. normally what you want is a global lock.
Specification
remove the name parameter from the
@nonreentrant
decorator. there will only be a single, global nonreentrancy lock.Backwards Compatibility
All VIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The VIP must explain how the author proposes to deal with these incompatibilities.
Dependencies
If this VIP depends on any other VIPs being implemented, please mention them.
References
Copyright
Copyright and related rights waived via CC0
The text was updated successfully, but these errors were encountered: