Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPython console freezes if trying to print a DateAndTime #9196

Closed
AndreiSavici opened this issue Nov 4, 2013 · 1 comment
Closed

IPython console freezes if trying to print a DateAndTime #9196

AndreiSavici opened this issue Nov 4, 2013 · 1 comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@AndreiSavici
Copy link
Member

The simplest example to reproduce:

print DateAndTime(1)

Old description:

In MantidPlot, type in the ipython interpreter

w=Load('CNCS7860')
r=w.getRun()
p=r.getProperty('Speed4')
print p.firstTime()

The console freezes up


Keywords: PatchCandidate

@AndreiSavici AndreiSavici added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Python labels Jun 3, 2015
@AndreiSavici AndreiSavici added this to the Release 3.1 milestone Jun 3, 2015
@AndreiSavici
Copy link
Member Author

This issue was originally trac ticket 8351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant