greenlet.py: optimization for spawn and spawn_later; makes them 2-3 times faster
- avoid wrapper function if no kwargs - use free function instead of closed one otherwise
Showing
Please register or sign in to comment
- avoid wrapper function if no kwargs - use free function instead of closed one otherwise