Skip to content

another preparser edge case #1599

@sagetrac-dmharvey

Description

@sagetrac-dmharvey
sage: 3.xgcd(0)
(3, 1, 0)
sage: 3._xgcd(0)
------------------------------------------------------------
   File "<ipython console>", line 1
     RealNumber('3.')_xgcd(Integer(0))
                         ^
<type 'exceptions.SyntaxError'>: invalid syntax

Component: misc

Issue created by migration from https://trac.sagemath.org/ticket/1599

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions