Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIP: remove named reentrancy locks #3760

Closed
charles-cooper opened this issue Feb 6, 2024 · 1 comment
Closed

VIP: remove named reentrancy locks #3760

charles-cooper opened this issue Feb 6, 2024 · 1 comment
Milestone

Comments

@charles-cooper
Copy link
Member

charles-cooper commented Feb 6, 2024

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

@charles-cooper
Copy link
Member Author

implemented in #3769

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant