docs/reference/speed_python: Remove 4-arg limit for viper.

This limit was removed in a676b5acf6.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/11564/head
Jim Mussared 2023-05-19 22:05:49 +10:00 zatwierdzone przez Damien George
rodzic 5707fd74e5
commit 0000eb2724
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -247,7 +247,6 @@ Python will interpret the result as 2**32 -1 rather than as -1.
In addition to the restrictions imposed by the native emitter the following constraints apply:
* Functions may have up to four arguments.
* Default argument values are not permitted.
* Floating point may be used but is not optimised.