[python-tulip] How am I supposed to handle asyncio.CancelledError on a Future?

2015-04-08 Thread Rémy Hubscher
Hello, I am using aioredis on a BLPOP which is a blocking call on a redis connection. redis.blpop is a Future created here: https://github.com/aio-libs/aioredis/blob/master/aioredis/connection.py#L154-L157 When using asyncio.wait_for(redis.blpop(channel), timeout=5) if the timeout is raised

Re: [python-tulip] How am I supposed to handle asyncio.CancelledError on a Future?

2015-04-08 Thread Rémy Hubscher
It is also what Victor Stinner said at first, but I am quite sure it is. Also I proposed to inherit from Future to improve the cancel() call and made this patch: https://github.com/aio-libs/aioredis/pull/59/files Could you tell me if it is the right way to do it? Le mercredi 8 avril 2015

[python-tulip] Moving Tulip repo to GitHub

2015-04-08 Thread Guido van Rossum
Because Google code is shutting down, I'm about to migrate the Tulip repo to GitHub. I'll post here again once the migration is done. -- --Guido van Rossum (python.org/~guido)

[python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Guido van Rossum
FWIW, I'm running into issues with the migration. It seems the code gets migrated fine but the issues are migrated incompletely (failing at a different place each time). I'm giving up for now. On Wed, Apr 8, 2015 at 10:32 AM, Guido van Rossum gu...@python.org wrote: Because Google code is

Re: [python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Andrew Svetlov
Would you migrate wiki pages also? Or, please, just enable it for github project -- I'll transfer those pages manually. On Wed, Apr 8, 2015 at 2:47 PM, Guido van Rossum gu...@python.org wrote: FWIW, I'm running into issues with the migration. It seems the code gets migrated fine but the issues

Re: [python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Guido van Rossum
The Migrate button promises it will migrate the wiki too. Unfortunately it seems it tries to migrate that last, so I haven't seen the results yet. FWIW here's an example of a failed migration: https://github.com/gvanrossum/tulip-try1 On Wed, Apr 8, 2015 at 11:53 AM, Andrew Svetlov

[python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Yury Selivanov
Hi Guido, How will we migrate issues? Just recreate them on guthub, or abandon and start from scratch? I was going to continue discussion on https://code.google.com/p/tulip/issues/detail?id=208 Yury On Wednesday, April 8, 2015 at 1:32:40 PM UTC-4, Guido van Rossum wrote: Because Google

Re: [python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Guido van Rossum
The Google code migration tool claims to migrate issues. You can see how far it got in this example repo:: https://github.com/gvanrossum/tulip-try1 -- apparently the issue migration is flaky. :-( But I won't declare the package migrated until the issues and wiki have been migrated fully. On Wed,

Re: [python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Yury Selivanov
Yes, I can’t find anything particular about 208 (for instance) to see why it wasn’t exported. BTW, there is another project to migrate issues: https://github.com/arthur-debert/google-code-issues-migrator Yury On Apr 8, 2015, at 3:04 PM, Guido van Rossum gu...@python.org wrote: The Google

Re: [python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Alexander Shorin
On Wed, Apr 8, 2015 at 10:11 PM, Yury Selivanov yseliva...@gmail.com wrote: BTW, there is another project to migrate issues: https://github.com/arthur-debert/google-code-issues-migrator Seems like one of his forks gone too far away: https://github.com/abusalimov/google-code-issues-migrator