Ticket #2235 (new defect)

Opened 3 years ago

Last modified 3 years ago

doctest issue -- combining # long and # 32-bit / # 64-bit

Reported by: craigcitro Owned by: failure
Priority: minor Milestone: sage-4.5.3
Component: doctest Keywords:
Cc: ncalexander@… Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

So I ran into some weird issue earlier with a doctest, and the problem seems to be this: combining # long with # 32-bit / # 64-bit seems to completely ignore the # long directive. Nick can probably tell me more about why it fails, or if his new stuff should fix it.

Change History

Changed 3 years ago by craigcitro

Note: there's a long doctest in sage/rings/number_field/totallyreal_rel.py that is what caused me to notice this; I've made that a # no doctest for now, because it was causing timeouts on some machines. When this bug is fixed, that needs to be changed into a # long.

Note: See TracTickets for help on using tickets.