mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
changes for ** (power) operator
This commit is contained in:
parent
b17d5dea48
commit
3d1f09557b
3 changed files with 17 additions and 13 deletions
|
|
@ -43,6 +43,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#define UNARY_INVERT 15
|
||||
|
||||
#define BINARY_POWER 19
|
||||
|
||||
#define BINARY_MULTIPLY 20
|
||||
#define BINARY_DIVIDE 21
|
||||
#define BINARY_MODULO 22
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue