mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
fa0f62d6ab
If you pass -1, the callable can take any number of arguments. Added tests to verify the behavior. Initial patch by Cédric Krier.