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 r.david.murray
Recipients Paul Durack, r.david.murray
Date 2017-04-13.12:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492088081.46.0.49346634165.issue30063@psf.upfronthosting.co.za>
In-reply-to
Content
If a warning is causing iPython to hang, there is something seriously wrong with iPython.  A warning is just a message written to stderr, it doesn't affect the execution of the program.

The json module does not natively support datetime, so whatever is happening, it is being triggered by non-stdlib code (probably a json subclass in the vcs package you are working with).  I suggest you pursue this with the community that originated the vcs package.
History
Date User Action Args
2017-04-13 12:54:41r.david.murraysetrecipients: + r.david.murray, Paul Durack
2017-04-13 12:54:41r.david.murraysetmessageid: <1492088081.46.0.49346634165.issue30063@psf.upfronthosting.co.za>
2017-04-13 12:54:41r.david.murraylinkissue30063 messages
2017-04-13 12:54:41r.david.murraycreate