Check number of parameters: int.from_bytes() #6419
Labels
bug
cpython api
modules from cpython
good first issue
Hacktoberfest
Beginner friendly issues for Hacktoberfest event
help wanted
Milestone
CircuitPython version
Code/REPL
Behavior
C Python raises a TypeError if too many arguments:
Description
Expectation: Raise TypeError int.from_bytes() is called with more or less than 2 arguments.
Additional information
No response
The text was updated successfully, but these errors were encountered: