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
Passing any arguments has been deprecated since Python 3.14, as the Python version does not permit any arguments, but the C version allows any number of positional or keyword arguments, ignoring every argument.
picnixz
changed the title
Remove C variadic constructor signature support threading.RLock
Remove C variadic constructor signature support for threading.RLockMay 16, 2025
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Passing any arguments has been deprecated since Python 3.14, as the Python version does not permit any arguments, but the C version allows any number of positional or keyword arguments, ignoring every argument.
Linked PRs
threading.RLock
#134178The text was updated successfully, but these errors were encountered: