@@ -49,7 +49,7 @@ Install Cython >= 0.16 or install msgpack from PyPI.
classBuildExt(build_ext):
defbuild_extension(self,ext):
ext.sources=map(ensure_source,ext.sources)
ext.sources=list(map(ensure_source,ext.sources))
returnbuild_ext.build_extension(self,ext)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.