This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <fcntl.h> | |
| #include <stdint.h> | |
| #include "liburing.h" | |
| #include "liburing/io_uring.h" | |
| #include <netinet/in.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <sys/socket.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PYTHONASYNCIODEBUG=1 python setup.py test | |
| running test | |
| running egg_info | |
| creating uvloop.egg-info | |
| writing uvloop.egg-info/PKG-INFO | |
| writing top-level names to uvloop.egg-info/top_level.txt | |
| writing dependency_links to uvloop.egg-info/dependency_links.txt | |
| writing manifest file 'uvloop.egg-info/SOURCES.txt' | |
| reading manifest file 'uvloop.egg-info/SOURCES.txt' | |
| reading manifest template 'MANIFEST.in' |