This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients ethan.furman, georg.brandl, mark.dickinson, petr.viktorin, rhettinger, scoder, serhiy.storchaka, skrah, yselivanov
Date 2016-03-19.15:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458400040.94.0.092776359998.issue26331@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, thanks. Here's my implementation then:

https://github.com/cython/cython/pull/499/files

It seems that tests for valid complex literals are missing. I've added these to the end of the list:

    '1_00_00.5j',
    '1_00_00.5e5',
    '1_00_00j',
    '1_00_00e5_1',
    '1e1_0',
    '.1_4',
    '.1_4e1',
    '.1_4j',
History
Date User Action Args
2016-03-19 15:07:21scodersetrecipients: + scoder, georg.brandl, rhettinger, mark.dickinson, petr.viktorin, skrah, ethan.furman, serhiy.storchaka, yselivanov
2016-03-19 15:07:20scodersetmessageid: <1458400040.94.0.092776359998.issue26331@psf.upfronthosting.co.za>
2016-03-19 15:07:20scoderlinkissue26331 messages
2016-03-19 15:07:20scodercreate