Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V VISPA web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 3pia3pia
  • VISPAVISPA
  • VISPA web
  • Issues
  • #727
Closed
Open
Issue created Jun 20, 2016 by Benjamin Fischer@benjamin.fischerOwner

pprint format not compatible with JSON.dumps at high frequencies

It causes extensions such as the editor and terminal to freeze when running “Aufgabe2.py” that Martin has sent around on June 20th.
Replacing pprint by a regular print statement in that exercise runs fine.

(from redmine: issue id 2403, created on 2016-06-20 by root, closed on 2016-06-21)

  • Changesets:
    • Revision 2950 by Benjamin Fischer on 2016-06-21T08:36:38Z:
Socket: fixed handling of utf-8 characters
fixes #2403
tested with: print (u"\u4124").encode("utf-8")
  • Revision 2950 by Benjamin Fischer on 2016-06-21T08:36:38Z:
Socket: fixed handling of utf-8 characters
fixes #2403
tested with: print (u"\u4124").encode("utf-8")
  • Revision 2951 by Benjamin Fischer on 2016-06-21T08:47:48Z:
Python/JSON: use ensure_ascii=True with every dumps for safety
refs #2403
  • Revision 2951 by Benjamin Fischer on 2016-06-21T08:47:48Z:
Python/JSON: use ensure_ascii=True with every dumps for safety
refs #2403
  • Revision 2952 by Benjamin Fischer on 2016-06-21T08:51:22Z:
Python/JSON: utf safety in another dumps
refs #2403
  • Revision 2952 by Benjamin Fischer on 2016-06-21T08:51:22Z:
Python/JSON: utf safety in another dumps
refs #2403
  • Revision 2954 by Benjamin Fischer on 2016-06-21T14:08:34Z:
Terminal&Codeeditor: handle interrupted utf8 multibyte sequence properly
actually fixes #2403
  • Revision 2954 by Benjamin Fischer on 2016-06-21T14:08:34Z:
Terminal&Codeeditor: handle interrupted utf8 multibyte sequence properly
actually fixes #2403
  • Revision 2959 by Benjamin Fischer on 2016-06-21T14:08:34Z:
Terminal&Codeeditor: handle interrupted utf8 multibyte sequence properly
actually fixes #2403
  • Revision 2959 by Benjamin Fischer on 2016-06-21T14:08:34Z:
Terminal&Codeeditor: handle interrupted utf8 multibyte sequence properly
actually fixes #2403
Assignee
Assign to
Time tracking