Skip to content

Instantly share code, notes, and snippets.

#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>
@MarkReedZ
MarkReedZ / make_test.txt
Created March 28, 2018 21:15
uvloop make test fails on ubuntu 16.04
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'