~ubuntu-branches/ubuntu/wily/pyzmq/wily-proposed

« back to all changes in this revision

Viewing changes to zmq/green/core.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2014-06-17 23:23:35 UTC
  • mfrom: (15.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140617232335-rrbcdbn2e4q1w78a
Tags: 14.3.1-1
* New upstream release
* monitor-test.patch: fix test logic for synchronous connects on freebsd
* ignore test results on mips, hard to debug race condition, no reason to
  delay testing migration (Closes: #750813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#-----------------------------------------------------------------------------
2
 
#  Copyright (c) 2011-2012 Travis Cline
 
2
#  Copyright (C) 2011-2012 Travis Cline
3
3
#
4
4
#  This file is part of pyzmq
5
5
#  It is adapted from upstream project zeromq_gevent under the New BSD License